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

Class BasicIntervalSchedule

                    object --+        
                             |        
              Element'.Element --+    
                                 |    
IdentifiedObject'.IdentifiedObject --+
                                     |
                                    BasicIntervalSchedule
Known Subclasses:

Schedule of values at points in time.

Instance Methods [hide private]
 
__init__(self, startTime='', value1Unit='A', value2Unit='A', *args, **kw_args)
Initialises a new 'BasicIntervalSchedule' instance.

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

Class Variables [hide private]
  _attr_types = {'startTime': <type 'str'>, 'value1Unit': <type ...
  _attrs = ['startTime', 'value1Unit', 'value2Unit']
  _defaults = {'startTime': '', 'value1Unit': 'A', 'value2Unit':...
  _enums = {'value1Unit': 'UnitSymbol', 'value2Unit': 'UnitSymbol'}

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, startTime='', value1Unit='A', value2Unit='A', *args, **kw_args)
(Constructor)

 

Initialises a new 'BasicIntervalSchedule' instance.

Parameters:
  • startTime - The time for the first time point.
  • value1Unit - Value1 units of measure. Values are: "A", "rad", "none", "g", "W/Hz", "V", "m2", "VA", "VArh", "N", "Pa", "VAh", "F", "H", "Hz-1", "W/s", "J", "m", "S", "min", "deg", "J/s", "s", "Wh", "m3", "oC", "V/VAr", "s-1", "h", "W", "ohm", "Hz", "VAr", "kg/J"
  • value2Unit - Value2 units of measure. Values are: "A", "rad", "none", "g", "W/Hz", "V", "m2", "VA", "VArh", "N", "Pa", "VAh", "F", "H", "Hz-1", "W/s", "J", "m", "S", "min", "deg", "J/s", "s", "Wh", "m3", "oC", "V/VAr", "s-1", "h", "W", "ohm", "Hz", "VAr", "kg/J"
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'startTime': <type 'str'>,
 'value1Unit': <type 'str'>,
 'value2Unit': <type 'str'>}

_defaults

Value:
{'startTime': '', 'value1Unit': 'A', 'value2Unit': 'A'}