CIM14 :: CPSM :: 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, 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 = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["InitiallyUsedBySynchronousMachines"]
  _many_refs = ["InitiallyUsedBySynchronousMachines"]
  InitiallyUsedBySynchronousMachines = property(getInitiallyUsed...
Method Details [hide private]

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

 

Initialises a new 'ReactiveCapabilityCurve' instance.

Parameters:
  • InitiallyUsedBySynchronousMachines - Synchronous machines using this curve as default.

Class Variable Details [hide private]

InitiallyUsedBySynchronousMachines

Value:
property(getInitiallyUsedBySynchronousMachines, setInitiallyUsedBySync\
hronousMachines)