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.
|
__init__(self,
coolantTemperature=0.0,
hydrogenPressure=0.0,
InitiallyUsedBySynchronousMachines=None,
SynchronousMachines=None,
*args,
**kw_args)
Initialises a new 'ReactiveCapabilityCurve' instance. |
|
|
|
addInitiallyUsedBySynchronousMachines(self,
*InitiallyUsedBySynchronousMachines) |
|
|
|
addSynchronousMachines(self,
*SynchronousMachines) |
|
|
|
getInitiallyUsedBySynchronousMachines(self)
Synchronous machines using this curve as default. |
|
|
|
getSynchronousMachines(self)
Synchronous machines using this curve. |
|
|
|
removeInitiallyUsedBySynchronousMachines(self,
*InitiallyUsedBySynchronousMachines) |
|
|
|
removeSynchronousMachines(self,
*SynchronousMachines) |
|
|
|
setInitiallyUsedBySynchronousMachines(self,
value) |
|
|
|
setSynchronousMachines(self,
value) |
|
|
Inherited from Core.Curve'.Curve :
addCurveDatas ,
getCurveDatas ,
removeCurveDatas ,
setCurveDatas
Inherited from Core.IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|