Closed nikhilgupta10 closed 8 years ago
nikhilgupta10 imported these comments from Sourceforge:
If this is to be included in 2.3, it should be ready for RC1. It not, we can hold it until 2.3 code is reintegrated into trunk.
,
Load Tracker Diagram
, I've checked in two changeset for this code branch:
http://sourceforge.net/apps/trac/gridlab-d/changeset/3688
http://sourceforge.net/apps/trac/gridlab-d/changeset/3765
With the changesets that Jason added to fix switch.power_in updating correctly this is now feature complete.
I've also attached a diagram that illustrates how the load_tracker is supposed to be used (based on the autotests) if that is helpful.
,
put in as of r3790.
,
This trac ticket it to track the development and merging of the load_tracker object into the v2.3 codebase.
The load_tracker object allows a variable to be tracked and an output value to be scaled accordingly to try and track a setpoint.
The typically use is to allow a SCADA signal from an inline device such as a recloser to be replayed into the system and use the load_tracker object to scale the downstream load objects so that the inline power or current measurements match.
Typical usage would be:
,