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

Class GenUnitOpSchedule

                               object --+                
                                        |                
                         Element'.Element --+            
                                            |            
      Core.IdentifiedObject'.IdentifiedObject --+        
                                                |        
Core.BasicIntervalSchedule'.BasicIntervalSchedule --+    
                                                    |    
Core.RegularIntervalSchedule'.RegularIntervalSchedule --+
                                                        |
                                                       GenUnitOpSchedule

The generating unit's Operator-approved current operating schedule (or plan), typically produced with the aid of unit commitment type analyses. The X-axis represents absolute time. The Y1-axis represents the status (0=off-line and unavailable: 1=available: 2=must run: 3=must run at fixed power value: etc.). The Y2-axis represents the must run fixed power value where required.

Instance Methods [hide private]
 
__init__(self, GeneratingUnit=None, *args, **kw_args)
Initialises a new 'GenUnitOpSchedule' instance.
 
getGeneratingUnit(self)
A generating unit may have an operating schedule, indicating the planned operation of the unit
 
setGeneratingUnit(self, value)

Inherited from Core.RegularIntervalSchedule'.RegularIntervalSchedule: addTimePoints, getTimePoints, removeTimePoints, setTimePoints

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 = {}
  _many_refs = []
  _refs = ['GeneratingUnit']
Properties [hide private]
  GeneratingUnit
A generating unit may have an operating schedule, indicating the planned operation of the unit

Inherited from Core.RegularIntervalSchedule'.RegularIntervalSchedule: TimePoints

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 'GenUnitOpSchedule' instance.

Parameters:
  • GeneratingUnit - A generating unit may have an operating schedule, indicating the planned operation of the unit
Overrides: object.__init__

Property Details [hide private]

GeneratingUnit

A generating unit may have an operating schedule, indicating the planned operation of the unit

Get Method:
getGeneratingUnit(self) - A generating unit may have an operating schedule, indicating the planned operation of the unit
Set Method:
setGeneratingUnit(self, value)