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

Class InflowForecast

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

Natural water inflow to a reservoir, usually forecasted from predicted rain and snowmelt. Typically in one hour increments for up to 10 days. The forecast is given in average cubic meters per second over the time increment.

Instance Methods [hide private]
 
__init__(self, Reservoir=None, *args, **kw_args)
Initialises a new 'InflowForecast' instance.
 
getReservoir(self)
A reservoir may have a 'natural' inflow forecast.
 
setReservoir(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 = ['Reservoir']
Properties [hide private]
  Reservoir
A reservoir may have a 'natural' inflow forecast.

Inherited from Core.RegularIntervalSchedule'.RegularIntervalSchedule: TimePoints

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'InflowForecast' instance.

Parameters:
  • Reservoir - A reservoir may have a 'natural' inflow forecast.
Overrides: object.__init__

Property Details [hide private]

Reservoir

A reservoir may have a 'natural' inflow forecast.

Get Method:
getReservoir(self) - A reservoir may have a 'natural' inflow forecast.
Set Method:
setReservoir(self, value)