Capacitor#
( Circuit Element, PD Element )
EPRI’s OpenDSS Documentation for this component: https://opendss.epri.com/CapacitorObject.html
# |
Name |
Type |
Default |
Units |
Description |
---|---|---|---|---|---|
1 |
|
string |
Name of first bus of 2-terminal capacitor. Examples: |
||
2 |
|
string |
Name of 2nd bus. Defaults to all phases connected to first bus, node 0, (Shunt Wye Connection) except when Bus2 explicitly specified. |
||
3 |
|
integer |
3 |
Number of phases. |
|
4 |
|
array of reals |
Total kvar, if one step, or ARRAY of kvar ratings for each step. Evenly divided among phases. See rules for NUMSTEPS. |
||
5 |
|
real |
kV |
For 2, 3-phase, kV phase-phase. Otherwise specify actual can rating. |
|
6 |
|
string |
Wye |
={wye | delta |LN |LL} Default is wye, which is equivalent to LN |
|
7 |
|
array of reals |
μF |
Nodal cap. matrix, lower triangle, of the following form: |
|
8 |
|
array of reals |
μF |
ARRAY of Capacitance, each phase, for each step. |
|
9 |
|
array of reals |
[0.0] |
ARRAY of series resistance in each phase (line), ohms. |
|
10 |
|
array of reals |
[0.0] |
ARRAY of series inductive reactance(s) in each phase (line) for filter, ohms at base frequency. Use this OR “h” property to define filter. |
|
11 |
|
array of reals |
[0.0] |
ARRAY of harmonics to which each step is tuned. Zero is interpreted as meaning zero reactance (no filter). Default is zero. |
|
12 |
|
integer |
Number of steps in this capacitor bank. Forces reallocation of the capacitance, reactor, and states array. Rules: If this property was previously =1, the value in the kvar property is divided equally among the steps. The kvar property does not need to be reset if that is accurate. If the Cuf or Cmatrix property was used previously, all steps are set to the value of the first step. The states property is set to all steps on. All filter steps are set to the same harmonic. If this property was previously >1, the arrays are reallocated, but no values are altered. You must SUBSEQUENTLY assign all array properties. |
||
13 |
|
array of integers |
[1] |
ARRAY of integers {1|0} states representing the state of each step (on|off). Defaults to 1 when reallocated (on). Capcontrol will modify this array as it turns steps on or off. |
|
14 |
|
real |
75.005 |
Normal rated current. Defaults to 180% of per-phase rated current. |
|
15 |
|
real |
100.006 |
Maximum or emerg current. Defaults to 180% of per-phase rated current. |
|
16 |
|
real |
0.001 |
Capacitor.faultrate |
|
17 |
|
real |
100.0 |
Percent of failures that become permanent. |
|
18 |
|
real |
3.0 |
Hours to repair. |
|
19 |
|
real |
Hz |
Base Frequency for ratings. |
|
20 |
|
boolean |
True |
Indicates whether this element is enabled. |
|
21 |
|
string |
Make like another object, e.g.: |
Sample links#
These are the top 20 sample files with occurrences of this DSS object.
# of occurrences |
Link |
---|---|
10 |
|
10 |
|
8 |
|
7 |
|
6 |
|
5 |
|
4 |
|
4 |
|
4 |
|
4 |
|
4 |
|
4 |
|
4 |
|
4 |
|
4 |
|
4 |
|
4 |
|
4 |
|
4 |
|
4 |
Links are provided to the dss-extensions/electricdss-src repository since there are some edits and fixes. Otherwise, these files should be available on the official OpenDSS SVN or in the OpenDSS application folder if your have a local installation.