Skip to content

Commit

Permalink
Update docs, see #531
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 24, 2019
1 parent 4c38e2e commit 339bd4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/model/DynamicCircuitElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ define( require => {
// to the typical voltage calculation which is based on vertices.
this.mnaVoltageDrop = 0;

// @public {number} - value of the current set and read by the modified nodal analysis. This is in addition to the
// the currentProperty. TODO: Can we use currentProperty instead?
// @public {number} - value of the current set and read by the modified nodal analysis. This is an instantaneous
// value based on the throughput computation at the final timestep, as opposed to the currentProperty.value which
// takes a time average across the values, so we can show transient spikes, see https://phet.unfuddle.com/a#/projects/9404/tickets/by_number/2270?cycle=true
this.mnaCurrent = 0;
}

Expand Down

0 comments on commit 339bd4d

Please sign in to comment.