__init__(self,
monitoredPhase=' A ' ,
ptRatio=0.0,
reverseLineDropX=0.0,
ctRating=0.0,
reverseLineDropR=0.0,
lineDropCompensation=False,
ctRatio=0.0,
targetVoltage=0.0,
limitVoltage=0.0,
lineDropR=0.0,
lineDropX=0.0,
bandVoltage=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'DistributionTapChanger' instance.
- Parameters:
monitoredPhase - Phase voltage controlling this regulator, measured at regulator
location. Values are: "A", "AC",
"AN", "ABCN", "B", "C",
"BN", "CN", "splitSecondary12N",
"ABC", "splitSecondary2N", "N",
"ABN", "BC", "BCN", "AB",
"splitSecondary1N", "ACN"
ptRatio - Built-in voltage transducer ratio.
reverseLineDropX - Line drop compensator reactance setting for reverse power flow.
ctRating - Built-in current transformer primary rating.
reverseLineDropR - Line drop compensator resistance setting for reverse power flow.
lineDropCompensation - If true, the line drop compensation is to be applied.
ctRatio - Built-in current transducer ratio.
targetVoltage - Target voltage on the PT secondary base.
limitVoltage - Maximum allowed regulated voltage on the PT secondary base,
regardless of line drop compensation. Sometimes referred to as
first-house protection.
lineDropR - Line drop compensator resistance setting for normal (forward)
power flow.
lineDropX - Line drop compensator reactance setting for normal (forward)
power flow.
bandVoltage - Voltage range (max - min) on the PT secondary base, centered on
'targetVoltage'.
- Overrides:
object.__init__
|