Package CIM14 :: Package IEC61970 :: Package Generation :: Package Production :: Module GrossToNetActivePowerCurve' :: Class GrossToNetActivePowerCurve
[hide private]
[frames] | no frames]

Class GrossToNetActivePowerCurve

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
                          Core.Curve'.Curve --+
                                              |
                                             GrossToNetActivePowerCurve

Relationship between the generating unit's gross active power output on the X-axis (measured at the terminals of the machine(s)) and the generating unit's net active power output on the Y-axis (based on utility-defined measurements at the power station). Station service loads, when modeled, should be treated as non-conforming bus loads. There may be more than one curve, depending on the auxiliary equipment that is in service.

Instance Methods [hide private]
 
__init__(self, GeneratingUnit=None, *args, **kw_args)
Initialises a new 'GrossToNetActivePowerCurve' instance.
 
getGeneratingUnit(self)
A generating unit may have a gross active power to net active power curve, describing the losses and auxiliary power requirements of the unit
 
setGeneratingUnit(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__

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _enums = {}
  _many_refs = []
  _refs = ['GeneratingUnit']
Properties [hide private]
  GeneratingUnit
A generating unit may have a gross active power to net active power curve, describing the losses and auxiliary power requirements of the unit

Inherited from Core.Curve'.Curve: CurveDatas

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'GrossToNetActivePowerCurve' instance.

Parameters:
  • GeneratingUnit - A generating unit may have a gross active power to net active power curve, describing the losses and auxiliary power requirements of the unit
Overrides: object.__init__

Property Details [hide private]

GeneratingUnit

A generating unit may have a gross active power to net active power curve, describing the losses and auxiliary power requirements of the unit

Get Method:
getGeneratingUnit(self) - A generating unit may have a gross active power to net active power curve, describing the losses and auxiliary power requirements of the unit
Set Method:
setGeneratingUnit(self, value)