CIM14 :: CPSM :: Equipment :: Wires :: SwitchSchedule :: SwitchSchedule :: Class SwitchSchedule
[hide private]
[frames] | no frames]

Class SwitchSchedule

Core.RegularIntervalSchedule.RegularIntervalSchedule --+    
                                                       |    
   LoadModel.SeasonDayTypeSchedule.SeasonDayTypeSchedule --+
                                                           |
                                                          SwitchSchedule

A schedule of switch positions. If RegularTimePoint.value1 is 0, the switch is open. If 1, the switch is closed.Unit Symbol for this is Position

Instance Methods [hide private]
 
__init__(self, Switch=None, *args, **kw_args)
Initialises a new 'SwitchSchedule' instance.
 
getSwitch(self)
A SwitchSchedule is associated with a Switch.
 
setSwitch(self, value)

Inherited from LoadModel.SeasonDayTypeSchedule.SeasonDayTypeSchedule: getDayType, getSeason, setDayType, setSeason

Class Variables [hide private]
  _attrs = []
  _attr_types = {}
  _defaults = {}
  _enums = {}
  _refs = ["Switch"]
  _many_refs = []
  Switch = property(getSwitch, setSwitch)

Inherited from LoadModel.SeasonDayTypeSchedule.SeasonDayTypeSchedule: DayType, Season

Method Details [hide private]

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

 

Initialises a new 'SwitchSchedule' instance.

Parameters:
  • Switch - A SwitchSchedule is associated with a Switch.
Overrides: LoadModel.SeasonDayTypeSchedule.SeasonDayTypeSchedule.__init__