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

Class RegularIntervalSchedule

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

The schedule has TimePoints where the time between them is constant.

Instance Methods [hide private]
 
__init__(self, endTime='', timeStep=0.0, TimePoints=None, *args, **kw_args)
Initialises a new 'RegularIntervalSchedule' 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 = {'endTime': <type 'str'>, 'timeStep': <type 'flo...
  _attrs = ['endTime', 'timeStep']
  _defaults = {'endTime': '', 'timeStep': 0.0}
  _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, endTime='', timeStep=0.0, TimePoints=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'RegularIntervalSchedule' instance.

Parameters:
  • endTime - The time for the last time point.
  • timeStep - The time between each pair of subsequent RegularTimePoints.
  • TimePoints - The point data values that define a curve
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'endTime': <type 'str'>, 'timeStep': <type 'float'>}

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)