Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfOperations :: Module SwitchingSchedule' :: Class SwitchingSchedule
[hide private]
[frames] | no frames]

Class SwitchingSchedule

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
         IEC61968.Common.Document'.Document --+
                                              |
                                             SwitchingSchedule

Document describing a sequence of steps to perform an item of work, for example to isolate some plant with regard to safety, equipment ratings, and standards of customer service. Note 1: SwitchingSchedule is intended to describe the full operational details for switching for real time operation which includes other operations such as grounding, applying safety documents etc. Note 2: The association to ErpPerson suits the UK practice of quoting specific names (e.g the crew foreman). The association to Crew is for US practice.Document describing a sequence of steps to perform an item of work, for example to isolate some plant with regard to safety, equipment ratings, and standards of customer service. Note 1: SwitchingSchedule is intended to describe the full operational details for switching for real time operation which includes other operations such as grounding, applying safety documents etc. Note 2: The association to ErpPerson suits the UK practice of quoting specific names (e.g the crew foreman). The association to Crew is for US practice.

Instance Methods [hide private]
 
__init__(self, reason='', ScheduleSteps=None, WorkTask=None, Crews=None, interval=None, *args, **kw_args)
Initialises a new 'SwitchingSchedule' instance.
 
addCrews(self, *Crews)
 
addScheduleSteps(self, *ScheduleSteps)
 
getCrews(self)
All Crews executing this SwitchingSchedule.
 
getScheduleSteps(self)
 
getWorkTask(self)
 
removeCrews(self, *Crews)
 
removeScheduleSteps(self, *ScheduleSteps)
 
setCrews(self, value)
 
setScheduleSteps(self, value)
 
setWorkTask(self, value)

Inherited from IEC61968.Common.Document'.Document: addActivityRecords, addAssetRoles, addChangeItems, addChangeSets, addErpOrganisationRoles, addErpPersonRoles, addFromDocumentRoles, addMeasurements, addNetworkDataSets, addPowerSystemResourceRoles, addScheduleParameterInfos, addScheduledEvents, addToDocumentRoles, getActivityRecords, getAssetRoles, getChangeItems, getChangeSets, getErpOrganisationRoles, getErpPersonRoles, getFromDocumentRoles, getMeasurements, getNetworkDataSets, getPowerSystemResourceRoles, getScheduleParameterInfos, getScheduledEvents, getToDocumentRoles, removeActivityRecords, removeAssetRoles, removeChangeItems, removeChangeSets, removeErpOrganisationRoles, removeErpPersonRoles, removeFromDocumentRoles, removeMeasurements, removeNetworkDataSets, removePowerSystemResourceRoles, removeScheduleParameterInfos, removeScheduledEvents, removeToDocumentRoles, setActivityRecords, setAssetRoles, setChangeItems, setChangeSets, setErpOrganisationRoles, setErpPersonRoles, setFromDocumentRoles, setMeasurements, setNetworkDataSets, setPowerSystemResourceRoles, setScheduleParameterInfos, setScheduledEvents, setToDocumentRoles

Inherited from Core.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 = {'reason': <type 'str'>}
  _attrs = ['reason']
  _defaults = {'reason': ''}
  _many_refs = ['ScheduleSteps', 'Crews']
  _refs = ['ScheduleSteps', 'WorkTask', 'Crews', 'interval']
  interval = None

Inherited from IEC61968.Common.Document'.Document: docStatus, electronicAddress, status

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Crews
All Crews executing this SwitchingSchedule.
  ScheduleSteps
  WorkTask

Inherited from IEC61968.Common.Document'.Document: ActivityRecords, AssetRoles, ChangeItems, ChangeSets, ErpOrganisationRoles, ErpPersonRoles, FromDocumentRoles, Measurements, NetworkDataSets, PowerSystemResourceRoles, ScheduleParameterInfos, ScheduledEvents, ToDocumentRoles

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, reason='', ScheduleSteps=None, WorkTask=None, Crews=None, interval=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SwitchingSchedule' instance.

Parameters:
  • reason - Reason for switching.
  • ScheduleSteps
  • WorkTask
  • Crews - All Crews executing this SwitchingSchedule.
  • interval - Interval between starting and completion of the switching.
Overrides: object.__init__

Property Details [hide private]

Crews

All Crews executing this SwitchingSchedule.

Get Method:
getCrews(self) - All Crews executing this SwitchingSchedule.
Set Method:
setCrews(self, value)

ScheduleSteps

Get Method:
getScheduleSteps(self)
Set Method:
setScheduleSteps(self, value)

WorkTask

Get Method:
getWorkTask(self)
Set Method:
setWorkTask(self, value)