|
|
| ICapControls (dss::APIUtil *util) |
| |
|
strings | AllNames () |
| | Array of strings with all CapControl names in the circuit.
|
| |
|
int32_t | Count () |
| | Number of CapControl objects in active circuit.
|
| |
| int32_t | First () |
| | Sets the first CapControl active. More...
|
| |
|
string | Name () |
| | Get the name of the current active CapControl.
|
| |
|
ICapControls & | Name (const char *value) |
| | Sets the active CapControl by Name.
|
| |
|
ICapControls & | Name (const string &value) |
| |
| int32_t | Next () |
| | Sets the next CapControl active. More...
|
| |
|
int32_t | idx () |
| | Get active CapControl by index; index is 1-based: 1..count.
|
| |
|
void | idx (int32_t value) |
| | Get active CapControl by index; index is 1-based: 1..count.
|
| |
|
void | Reset () |
| |
|
double | CTratio () |
| | Transducer ratio from pirmary current to control current.
|
| |
|
ICapControls & | CTratio (double value) |
| |
|
string | Capacitor () |
| | Name of the Capacitor that is controlled.
|
| |
|
ICapControls & | Capacitor (const char *value) |
| |
|
ICapControls & | Capacitor (const string &value) |
| |
|
double | DeadTime () |
| |
|
ICapControls & | DeadTime (double value) |
| |
| double | Delay () |
| | Time delay [s] to switch on after arming. More...
|
| |
|
ICapControls & | Delay (double value) |
| |
| double | DelayOff () |
| | Time delay [s] before swithcing off a step. More...
|
| |
|
ICapControls & | DelayOff (double value) |
| |
|
int32_t | Mode () |
| | Type of automatic controller.
|
| |
|
ICapControls & | Mode (int32_t value) |
| |
|
string | MonitoredObj () |
| | Full name of the element that PT and CT are connected to.
|
| |
|
ICapControls & | MonitoredObj (const char *value) |
| |
|
ICapControls & | MonitoredObj (const string &value) |
| |
|
int32_t | MonitoredTerm () |
| | Terminal number on the element that PT and CT are connected to.
|
| |
|
ICapControls & | MonitoredTerm (int32_t value) |
| |
| double | OFFSetting () |
| | Threshold to switch off a step. More...
|
| |
|
ICapControls & | OFFSetting (double value) |
| |
| double | ONSetting () |
| | Threshold to arm or switch on a step. More...
|
| |
|
ICapControls & | ONSetting (double value) |
| |
|
double | PTratio () |
| | Transducer ratio from primary feeder to control voltage.
|
| |
|
ICapControls & | PTratio (double value) |
| |
|
bool | UseVoltOverride () |
| | Enables Vmin and Vmax to override the control Mode.
|
| |
|
ICapControls & | UseVoltOverride (bool value) |
| |
|
double | Vmax () |
| | With VoltOverride, swtich off whenever PT voltage exceeds this level.
|
| |
|
ICapControls & | Vmax (double value) |
| |
|
double | Vmin () |
| | With VoltOverride, switch ON whenever PT voltage drops below this level.
|
| |
|
ICapControls & | Vmin (double value) |
| |
|
| ContextState (APIUtil *util) |
| |