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

Class HydroPumpOpSchedule

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

The hydro pump's Operator-approved current operating schedule (or plan), typically produced with the aid of unit commitment type analyses.The unit's operating schedule status is typically given as: (0=unavailable) (1=avilable to startup or shutdown) (2=must pump)

Instance Methods [hide private]
 
__init__(self, HydroPump=None, *args, **kw_args)
Initialises a new 'HydroPumpOpSchedule' instance.
 
getHydroPump(self)
The hydro pump has a pumping schedule over time, indicating when pumping is to occur.
 
setHydroPump(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 = ['HydroPump']
Properties [hide private]
  HydroPump
The hydro pump has a pumping schedule over time, indicating when pumping is to occur.

Inherited from Core.RegularIntervalSchedule'.RegularIntervalSchedule: TimePoints

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'HydroPumpOpSchedule' instance.

Parameters:
  • HydroPump - The hydro pump has a pumping schedule over time, indicating when pumping is to occur.
Overrides: object.__init__

Property Details [hide private]

HydroPump

The hydro pump has a pumping schedule over time, indicating when pumping is to occur.

Get Method:
getHydroPump(self) - The hydro pump has a pumping schedule over time, indicating when pumping is to occur.
Set Method:
setHydroPump(self, value)