phetsims / circuit-construction-kit-common

"Circuit Construction Kit: Basics" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
10 stars 10 forks source link

sourceResistanceProperty & wireResistivityProperty instrumented range should match slider ranges #928

Closed matthew-blackman closed 1 year ago

matthew-blackman commented 1 year ago

Including these properties on the Intro screen adds flexibility, but the range is off. Source resistance range is +/- infinity, can we make it 0.0001-10,000? This matches the maximum of the high-R resistor, so the model should be able to handle this. Wire resistivity: range should match slider range

https://github.com/phetsims/circuit-construction-kit-common/issues/917

samreid commented 1 year ago

Looks great, thanks! Closing.