Capacitors Properties |
[This is preliminary documentation and is subject to change.]
The Capacitors type exposes the following members.
Name | Description | |
---|---|---|
AllNames |
Array of strings with all Capacitor names in the circuit.
| |
AvailableSteps |
Number of Steps available in cap bank to be switched ON.
| |
Count |
Number of Capacitor objects in active circuit.
| |
First |
Sets the first Capacitor active. Returns 0 if no more.
| |
idx |
Get/set active Capacitor by index; index is 1-based: 1..count
| |
IsDelta |
Delta connection or wye?
| |
kV |
Bank kV rating. Use LL for 2 or 3 phases, or actual can rating for 1 phase.
| |
kvar |
Total bank KVAR, distributed equally among phases and steps.
| |
Name |
Sets the active Capacitor by Name.
| |
Next |
Sets the next Capacitor active. Returns 0 if no more.
| |
NumSteps |
Number of steps (default 1) for distributing and switching the total bank kVAR.
| |
States |
A array of integer [0..numsteps-1] indicating state of each step. If the read value is -1 an error has occurred.
|