diff --git a/doc/model.md b/doc/model.md index a796cc6b..b882fd2b 100644 --- a/doc/model.md +++ b/doc/model.md @@ -13,7 +13,7 @@ are provided, e.g. `BarMagnet`. Code can be found [here](https://github.com/phe **B-field**: a synonym for magnetic field. -**Current amplitude**: A percentage with range [-1,1] that describes the amount of current relative to the +**Current amplitude**: A value with range [-1,1]. The magnitude describes the amount of current relative to the maximum current that may be induced in the model. The sign indicates the direction of the current. View components use this value to determine how they should respond to induced current. For example, deflection of the voltmeter needle, brightness of the light bulb, and speed of diff --git a/js/common/model/Coil.ts b/js/common/model/Coil.ts index 8b7c44b6..5a367f59 100644 --- a/js/common/model/Coil.ts +++ b/js/common/model/Coil.ts @@ -78,10 +78,10 @@ export type CoilOptions = SelfOptions & PickRequired; private readonly currentAmplitudeRange: Range;