Package CIM14 :: Package ENTSOE :: Package Equipment :: Package Core :: Module RegularIntervalSchedule' :: Class RegularIntervalSchedule
[hide private]
[frames] | no frames]

Class RegularIntervalSchedule

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

The schedule has TimePoints where the time between them is constant.

Instance Methods [hide private]
 
__init__(self, timeStep=0.0, endTime='', *args, **kw_args)
Initialises a new 'RegularIntervalSchedule' instance.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'endTime': <type 'str'>, 'timeStep': <type 'flo...
  _attrs = ['timeStep', 'endTime']
  _defaults = {'endTime': '', 'timeStep': 0.0}
  _enums = {}

Inherited from Element'.Element (private): _many_refs, _refs

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, timeStep=0.0, endTime='', *args, **kw_args)
(Constructor)

 

Initialises a new 'RegularIntervalSchedule' instance.

Parameters:
  • timeStep - The time between each pair of subsequent RegularTimePoints.
  • endTime - The time for the last time point.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'endTime': <type 'str'>, 'timeStep': <type 'float'>}