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

Class IrregularIntervalSchedule

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

The schedule has TimePoints where the time between them varies.

Instance Methods [hide private]
 
__init__(self, TimePoints=None, *args, **kw_args)
Initialises a new 'IrregularIntervalSchedule' instance.
 
addTimePoints(self, *TimePoints)
 
getTimePoints(self)
The point data values that define a curve
 
removeTimePoints(self, *TimePoints)
 
setTimePoints(self, value)

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 = {}
  _attrs = []
  _defaults = {}
  _enums = {}
  _many_refs = ['TimePoints']
  _refs = ['TimePoints']
Properties [hide private]
  TimePoints
The point data values that define a curve

Inherited from IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, TimePoints=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'IrregularIntervalSchedule' instance.

Parameters:
  • TimePoints - The point data values that define a curve
Overrides: object.__init__

Property Details [hide private]

TimePoints

The point data values that define a curve

Get Method:
getTimePoints(self) - The point data values that define a curve
Set Method:
setTimePoints(self, value)