__init__(self,
maxSwitchOperationCount=0,
localControlKind='none',
switchOperationCycle=0.0,
vRegLineLine=False,
highVoltageOverride=0.0,
lowVoltageOverride=0.0,
regBranch='',
cellSize=0.0,
localOnLevel='',
regBranchKind='recloser',
normalOpen=False,
controlKind='remoteOnly',
regBranchEnd=0,
branchDirect=0,
localOffLevel='',
sensingPhaseCode='s12N',
localOverride=False,
ShuntCompensatorInfos=None,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'ShuntImpedanceInfo' instance.
- Parameters:
maxSwitchOperationCount - IdmsShuntImpedanceData.maxNumSwitchOps
localControlKind - Kind of local controller. Values are: "none",
"temperature", "powerFactor",
"voltage", "reactivePower", "time",
"current"
switchOperationCycle - Time interval between consecutive switching operations.
vRegLineLine - True if regulated voltages are measured line to line, otherwise
they are measured line to ground.
highVoltageOverride - For locally controlled shunt impedances which have a voltage
override feature, the high voltage override value. If the voltage
is above this value, the shunt impedance will be turned off
regardless of the other local controller settings.
lowVoltageOverride - For locally controlled shunt impedances which have a voltage
override feature, the low voltage override value. If the voltage
is below this value, the shunt impedance will be turned on
regardless of the other local controller settings.
regBranch - For VAR, amp, or power factor locally controlled shunt
impedances, the index of the regulation branch.
cellSize - The size of the individual units that make up the bank.
localOnLevel - Lower control setting.
regBranchKind - (For VAR, amp, or power factor locally controlled shunt
impedances) Kind of regulation branch. Values are:
"recloser", "transformer",
"breaker", "fuse", "switch",
"sectionner", "other", "line"
normalOpen - True if open is normal status for a fixed capacitor bank,
otherwise normal status is closed.
controlKind - Kind of control (if any). Values are: "remoteOnly",
"remoteWithLocalOverride", "localOnly",
"fixed"
regBranchEnd - For VAR, amp, or power factor locally controlled shunt
impedances, the end of the branch that is regulated. The field
has the following values: from side, to side, and tertiary (only
if the branch is a transformer).
branchDirect - For VAR, amp, or power factor locally controlled shunt
impedances, the flow direction: in, out.
localOffLevel - Upper control setting.
sensingPhaseCode - Phases that are measured for controlling the device. Values are:
"s12N", "BN", "BC",
"ABN", "s2N", "N", "ACN",
"BCN", "ABCN", "AC",
"s1N", "AN", "B", "AB",
"C", "A", "CN", "ABC"
localOverride - True if the locally controlled capacitor has voltage override
capability.
ShuntCompensatorInfos
- Overrides:
object.__init__
|