CapControls Properties |
[This is preliminary documentation and is subject to change.]
The CapControls type exposes the following members.
Name | Description | |
---|---|---|
AllNames |
Array of strings with all CapControl names in the circuit.
| |
Capacitor |
Name of the Capacitor that is controlled.
| |
Count |
Number of CapControl objects in active circuit.
| |
CTratio |
Transducer ratio from pirmary current to control current.
| |
DeadTime | ||
Delay |
Time delay [s] to switch on after arming. Control may reset before actually switching.
| |
DelayOff |
Time delay [s] before swithcing off a step. Control may reset before actually switching.
| |
First |
Sets the first CapControl active. Returns 0 if no more.
| |
idx |
Get/set active CapControl by index; index is 1-based: 1..count
| |
Mode |
Type of automatic controller.
| |
MonitoredObj |
Full name of the element that PT and CT are connected to.
| |
MonitoredTerm |
Terminal number on the element that PT and CT are connected to.
| |
Name |
Sets the active CapControl by Name.
| |
Next |
Sets the next CapControl active. Returns 0 if no more.
| |
OFFSetting |
Threshold to switch off a step. See Mode for units.
| |
ONSetting |
Threshold to arm or switch on a step. See Mode for units.
| |
PTratio |
Transducer ratio from primary feeder to control voltage.
| |
UseVoltOverride |
Enables Vmin and Vmax to override the control Mode
| |
Vmax |
With VoltOverride, swtich off whenever PT voltage exceeds this level.
| |
Vmin |
With VoltOverride, switch ON whenever PT voltage drops below this level.
|