CIM14 :: CPSM :: Equipment :: Generation :: Production :: GrossToNetActivePowerCurve :: GrossToNetActivePowerCurve :: Class GrossToNetActivePowerCurve
[hide private]
[frames] | no frames]

Class GrossToNetActivePowerCurve

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.- Because the x and y values will always be specified in MW, the xMultiplier and y1Multiplier attributes do not need to be supplied.

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)
Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["GeneratingUnit"]
  _many_refs = []
  GeneratingUnit = property(getGeneratingUnit, setGeneratingUnit)
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