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

Class SteamSendoutSchedule

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

The cogeneration plant's steam sendout schedule in volume per time unit.

Instance Methods [hide private]
 
__init__(self, CogenerationPlant=None, *args, **kw_args)
Initialises a new 'SteamSendoutSchedule' instance.
 
getCogenerationPlant(self)
A cogeneration plant has a steam sendout schedule
 
setCogenerationPlant(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 = ['CogenerationPlant']
Properties [hide private]
  CogenerationPlant
A cogeneration plant has a steam sendout schedule

Inherited from Core.RegularIntervalSchedule'.RegularIntervalSchedule: TimePoints

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'SteamSendoutSchedule' instance.

Parameters:
  • CogenerationPlant - A cogeneration plant has a steam sendout schedule
Overrides: object.__init__

Property Details [hide private]

CogenerationPlant

A cogeneration plant has a steam sendout schedule

Get Method:
getCogenerationPlant(self) - A cogeneration plant has a steam sendout schedule
Set Method:
setCogenerationPlant(self, value)