Package CIM15 :: 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.Schedule of values at points in time.

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

Inherited from IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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 = ['startTime', 'value1Multiplier', 'value2Unit', 'valu...
  _defaults = {'startTime': '', 'value1Multiplier': 'M', 'value1...
  _enums = {'value1Multiplier': 'UnitMultiplier', 'value1Unit': ...
  _many_refs = []
  _refs = []
Properties [hide private]

Inherited from IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'BasicIntervalSchedule' instance.

Parameters:
  • startTime - The time for the first time point.
  • value1Multiplier - Multiplier for value1. Values are: "M", "G", "d", "micro", "c", "p", "n", "T", "k", "m", "none"
  • value2Unit - Value2 units of measure. Values are: "N", "A", "rad", "VAh", "Pa", "J", "h", "Hz", "VArh", "ohm", "H", "m3", "deg", "V", "oC", "F", "Wh", "s", "g", "min", "S", "none", "W", "VAr", "m2", "m", "VA"
  • value1Unit - Value1 units of measure. Values are: "N", "A", "rad", "VAh", "Pa", "J", "h", "Hz", "VArh", "ohm", "H", "m3", "deg", "V", "oC", "F", "Wh", "s", "g", "min", "S", "none", "W", "VAr", "m2", "m", "VA"
  • value2Multiplier - Multiplier for value2. Values are: "M", "G", "d", "micro", "c", "p", "n", "T", "k", "m", "none"
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:
['startTime',
 'value1Multiplier',
 'value2Unit',
 'value1Unit',
 'value2Multiplier']

_defaults

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

_enums

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