CIM14 :: ENTSOE :: Equipment :: Wires :: ReactiveCapabilityCurve :: ReactiveCapabilityCurve :: Class ReactiveCapabilityCurve
[hide private]
[frames] | no frames]

Class ReactiveCapabilityCurve

Core.Curve.Curve --+
                   |
                  ReactiveCapabilityCurve

Reactive power rating envelope versus the synchronous machine's active power, in both the generating and motoring modes. For each active power value there is a corresponding high and low reactive power limit value. Typically there will be a separate curve for each coolant condition, such as hydrogen pressure. The Y1 axis values represent reactive minimum and the Y2 axis values represent reactive maximum.- ReactiveCapabilityCurves are not required if the reactive power limits of the SynchronousMachine do not vary with real power output. - By convention, the Y1 axis values represent reactive minimum and the Y2 axis values represent reactive maximum. - Because the x value will always be specified in MW and the y values will always be specified in MVAr, the xMultiplier, y1Multiplier, and y2Multiplier attributes do not need to be supplied.

Instance Methods [hide private]
 
__init__(self, y2Unit="A", InitiallyUsedBySynchronousMachines=None, *args, **kw_args)
Initialises a new 'ReactiveCapabilityCurve' instance.
 
getInitiallyUsedBySynchronousMachines(self)
Synchronous machines using this curve as default.
 
setInitiallyUsedBySynchronousMachines(self, value)
 
addInitiallyUsedBySynchronousMachines(self, *InitiallyUsedBySynchronousMachines)
 
removeInitiallyUsedBySynchronousMachines(self, *InitiallyUsedBySynchronousMachines)
Class Variables [hide private]
  _attrs = ["y2Unit"]
  _attr_types = {"y2Unit": str}
  _defaults = {"y2Unit": "A"}
  _enums = {"y2Unit": "UnitSymbol"}
  _refs = ["InitiallyUsedBySynchronousMachines"]
  _many_refs = ["InitiallyUsedBySynchronousMachines"]
  InitiallyUsedBySynchronousMachines = property(getInitiallyUsed...
Instance Variables [hide private]
  y2Unit
The Y2-axis units of measure.
Method Details [hide private]

__init__(self, y2Unit="A", InitiallyUsedBySynchronousMachines=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ReactiveCapabilityCurve' instance.

Parameters:
  • y2Unit - The Y2-axis units of measure. Values are: "A", "rad", "none", "g", "W/Hz", "V", "m2", "VA", "VArh", "N", "Pa", "VAh", "F", "H", "Hz-1", "W/s", "J", "m", "S", "min", "deg", "J/s", "s", "Wh", "m3", "oC", "V/VAr", "s-1", "h", "W", "ohm", "Hz", "VAr", "kg/J"
  • InitiallyUsedBySynchronousMachines - Synchronous machines using this curve as default.

Class Variable Details [hide private]

InitiallyUsedBySynchronousMachines

Value:
property(getInitiallyUsedBySynchronousMachines, setInitiallyUsedBySync\
hronousMachines)

Instance Variable Details [hide private]

y2Unit

The Y2-axis units of measure. Values are: "A", "rad", "none", "g", "W/Hz", "V", "m2", "VA", "VArh", "N", "Pa", "VAh", "F", "H", "Hz-1", "W/s", "J", "m", "S", "min", "deg", "J/s", "s", "Wh", "m3", "oC", "V/VAr", "s-1", "h", "W", "ohm", "Hz", "VAr", "kg/J"