A single step within a SwitchingSchedule. Could be a switching
operation (applying a network alteration), or issuing a safety document.
Note: Inherited attribute IdentifiedObject.name is used to hold the
sequence number.A single step within a SwitchingSchedule. Could be a
switching operation (applying a network alteration), or issuing a safety
document. Note: Inherited attribute IdentifiedObject.name is used to hold
the sequence number.
|
|
__init__(self,
statusKind='instructed',
text='',
requiredControlAction='',
desiredEndState='',
SafetyDocument=None,
requiredControlActionInterval=None,
SwitchingSchedule=None,
PowerSystemResources=None,
ErpPersonRole=None,
*args,
**kw_args)
Initialises a new 'SwitchingStep' instance. |
|
|
|
|
| addPowerSystemResources(self,
*PowerSystemResources) |
|
|
|
|
|
|
|
| getPowerSystemResources(self) |
|
|
|
|
|
|
|
| getSwitchingSchedule(self) |
|
|
|
|
| removePowerSystemResources(self,
*PowerSystemResources) |
|
|
|
|
| setErpPersonRole(self,
value) |
|
|
|
|
| setPowerSystemResources(self,
value) |
|
|
|
|
| setSafetyDocument(self,
value) |
|
|
|
|
| setSwitchingSchedule(self,
value) |
|
|
|
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__
|
|
|
_attr_types = {'desiredEndState': <type 'str'>, 'requiredContr...
|
|
|
_attrs = ['statusKind', 'text', 'requiredControlAction', 'desi...
|
|
|
_defaults = {'desiredEndState': '', 'requiredControlAction': '...
|
|
|
_enums = {'statusKind': 'SwitchingStepStatusKind'}
|
|
|
_many_refs = ['PowerSystemResources']
|
|
|
_refs = ['SafetyDocument', 'requiredControlActionInterval', 'S...
|
|
|
requiredControlActionInterval = None
|