__init__(self,
pVoltageExponent=0.0,
qConstantCurrent=0.0,
pFrequencyExponent=0.0,
exponentModel=False,
qConstantImpedance=0.0,
pConstantCurrent=0.0,
qFrequencyExponent=0.0,
pConstantPower=0.0,
qVoltageExponent=0.0,
qConstantPower=0.0,
pConstantImpedance=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'LoadResponseCharacteristic' instance.
- Parameters:
pVoltageExponent - Exponent of per unit voltage effecting real power. This model
used only when 'useExponentModel' is true.
qConstantCurrent - Portion of reactive power load modeled as constant current. Used
only if the useExponentModel is false. This value is noralized
against the sum of qZ, qI, and qP.
pFrequencyExponent - Exponent of per unit frequency effecting active power
exponentModel - Indicates the exponential voltage dependency model
(pVoltateExponent and qVoltageExponent) is to be used. If
false, the coeficient model (consisting of pConstantImpedance,
pConstantCurrent, pConstantPower, qConstantImpedance,
qConstantCurrent, and qConstantPower) is to be used.
qConstantImpedance - Portion of reactive power load modeled as constant impedance.
Used only if the useExponentModel is false. This value is
noralized against the sum of qZ, qI, and qP.
pConstantCurrent - Portion of active power load modeled as constant current. Used
only if the useExponentModel is false. This value is noralized
against the sum of pZ, pI, and pP.
qFrequencyExponent - Exponent of per unit frequency effecting reactive power
pConstantPower - Portion of active power load modeled as constant power. Used only
if the useExponentModel is false. This value is noralized
against the sum of pZ, pI, and pP.
qVoltageExponent - Exponent of per unit voltage effecting reactive power. This
model used only when 'useExponentModel' is true.
qConstantPower - Portion of reactive power load modeled as constant power. Used
only if the useExponentModel is false. This value is noralized
against the sum of qZ, qI, and qP.
pConstantImpedance - Portion of active power load modeled as constant impedance. Used
only if the useExponentModel is false. This value is noralized
against the sum of pZ, pI, and pP.
- Overrides:
object.__init__
|