Package CIM14 :: Package IEC61970 :: 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, value2Multiplier='k', value2Unit='N', value1Multiplier='k', value1Unit='N', startTime='', *args, **kw_args)
Initialises a new 'BasicIntervalSchedule' instance.

Inherited from 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 = {'startTime': <type 'str'>, 'value1Multiplier': ...
  _attrs = ['value2Multiplier', 'value2Unit', 'value1Multiplier'...
  _defaults = {'startTime': '', 'value1Multiplier': 'k', 'value1...
  _enums = {'value1Multiplier': 'UnitMultiplier', 'value1Unit': ...
  _refs = []

Inherited from Element'.Element (private): _many_refs

Properties [hide private]

Inherited from IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, value2Multiplier='k', value2Unit='N', value1Multiplier='k', value1Unit='N', startTime='', *args, **kw_args)
(Constructor)

 

Initialises a new 'BasicIntervalSchedule' instance.

Parameters:
  • value2Multiplier - Multiplier for value2. Values are: "k", "d", "n", "M", "none", "G", "micro", "T", "c", "m", "p"
  • value2Unit - Value2 units of measure. Values are: "N", "VArh", "VA", "none", "m3", "kg/J", "deg", "W/Hz", "g", "Wh", "W/s", "Pa", "V/VAr", "ohm", "h", "F", "H", "m2", "VAr", "A", "rad", "s", "S", "VAh", "Hz", "_C", "s-1", "min", "J", "Hz-1", "J/s", "m", "W", "V"
  • value1Multiplier - Multiplier for value1. Values are: "k", "d", "n", "M", "none", "G", "micro", "T", "c", "m", "p"
  • value1Unit - Value1 units of measure. Values are: "N", "VArh", "VA", "none", "m3", "kg/J", "deg", "W/Hz", "g", "Wh", "W/s", "Pa", "V/VAr", "ohm", "h", "F", "H", "m2", "VAr", "A", "rad", "s", "S", "VAh", "Hz", "_C", "s-1", "min", "J", "Hz-1", "J/s", "m", "W", "V"
  • startTime - The time for the first time point.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

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

_attrs

Value:
['value2Multiplier',
 'value2Unit',
 'value1Multiplier',
 'value1Unit',
 'startTime']

_defaults

Value:
{'startTime': '',
 'value1Multiplier': 'k',
 'value1Unit': 'N',
 'value2Multiplier': 'k',
 'value2Unit': 'N'}

_enums

Value:
{'value1Multiplier': 'UnitMultiplier',
 'value1Unit': 'UnitSymbol',
 'value2Multiplier': 'UnitMultiplier',
 'value2Unit': 'UnitSymbol'}