Package CIM14 :: Package IEC61970 :: Package Core :: Module IrregularTimePoint' :: Class IrregularTimePoint
[hide private]
[frames] | no frames]

Class IrregularTimePoint

      object --+    
               |    
Element'.Element --+
                   |
                  IrregularTimePoint

TimePoints for a schedule where the time between the points varies.

Instance Methods [hide private]
 
__init__(self, time=0.0, value2=0.0, value1=0.0, IntervalSchedule=None, *args, **kw_args)
Initialises a new 'IrregularTimePoint' instance.
 
getIntervalSchedule(self)
An IrregularTimePoint belongs to an IrregularIntervalSchedule.
 
setIntervalSchedule(self, value)

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

Class Variables [hide private]
  _attr_types = {'time': <type 'float'>, 'value1': <type 'float'...
  _attrs = ['time', 'value2', 'value1']
  _defaults = {'time': 0.0, 'value1': 0.0, 'value2': 0.0}
  _refs = ['IntervalSchedule']

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

Properties [hide private]
  IntervalSchedule
An IrregularTimePoint belongs to an IrregularIntervalSchedule.

Inherited from object: __class__

Method Details [hide private]

__init__(self, time=0.0, value2=0.0, value1=0.0, IntervalSchedule=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'IrregularTimePoint' instance.

Parameters:
  • time - The time is relative the BasicTimeSchedule.startTime.
  • value2 - The second value at the time. The meaning of the value is defined by the class inhering the IrregularIntervalSchedule.
  • value1 - The first value at the time. The meaning of the value is defined by the class inhering the IrregularIntervalSchedule.
  • IntervalSchedule - An IrregularTimePoint belongs to an IrregularIntervalSchedule.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'time': <type 'float'>,
 'value1': <type 'float'>,
 'value2': <type 'float'>}

Property Details [hide private]

IntervalSchedule

An IrregularTimePoint belongs to an IrregularIntervalSchedule.

Get Method:
getIntervalSchedule(self) - An IrregularTimePoint belongs to an IrregularIntervalSchedule.
Set Method:
setIntervalSchedule(self, value)