The period of time that a piece of equipment is out of service, for
example, for maintenance or testing; including the equipment's active
power rating while under maintenance. The X-axis represents absolute time
and the Y-axis represents the equipment's available rating while out of
service.
|
|
__init__(self,
SwitchingOperations=None,
PowerSystemResource=None,
*args,
**kw_args)
Initialises a new 'OutageSchedule' instance. |
|
|
|
|
| addSwitchingOperations(self,
*SwitchingOperations) |
|
|
|
|
getPowerSystemResource(self)
A power system resource may have an outage schedule |
|
|
|
|
getSwitchingOperations(self)
An OutageSchedule may operate many switches. |
|
|
|
|
| removeSwitchingOperations(self,
*SwitchingOperations) |
|
|
|
|
| setPowerSystemResource(self,
value) |
|
|
|
|
| setSwitchingOperations(self,
value) |
|
|
|
Inherited from Core.IrregularIntervalSchedule'.IrregularIntervalSchedule:
addTimePoints,
getTimePoints,
removeTimePoints,
setTimePoints
Inherited from Core.IdentifiedObject'.IdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|