Package CIM14 :: Package IEC61970 :: Package Outage :: Module OutageSchedule' :: Class OutageSchedule
[hide private]
[frames] | no frames]

Class OutageSchedule

                                   object --+                
                                            |                
                             Element'.Element --+            
                                                |            
          Core.IdentifiedObject'.IdentifiedObject --+        
                                                    |        
    Core.BasicIntervalSchedule'.BasicIntervalSchedule --+    
                                                        |    
Core.IrregularIntervalSchedule'.IrregularIntervalSchedule --+
                                                            |
                                                           OutageSchedule

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.

Instance Methods [hide private]
 
__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__

Class Variables [hide private]
  _many_refs = ['SwitchingOperations']
  _refs = ['SwitchingOperations', 'PowerSystemResource']
Properties [hide private]
  PowerSystemResource
A power system resource may have an outage schedule
  SwitchingOperations
An OutageSchedule may operate many switches.

Inherited from Core.IrregularIntervalSchedule'.IrregularIntervalSchedule: TimePoints

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, SwitchingOperations=None, PowerSystemResource=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'OutageSchedule' instance.

Parameters:
  • SwitchingOperations - An OutageSchedule may operate many switches.
  • PowerSystemResource - A power system resource may have an outage schedule
Overrides: object.__init__

Property Details [hide private]

PowerSystemResource

A power system resource may have an outage schedule

Get Method:
getPowerSystemResource(self) - A power system resource may have an outage schedule
Set Method:
setPowerSystemResource(self, value)

SwitchingOperations

An OutageSchedule may operate many switches.

Get Method:
getSwitchingOperations(self) - An OutageSchedule may operate many switches.
Set Method:
setSwitchingOperations(self, value)