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

Class SwitchingOperation

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         SwitchingOperation

A SwitchingOperation is used to define individual switch operations for an OutageSchedule. This OutageSchedule may be associated with another item of Substation such as a Transformer, Line, or Generator; or with the Switch itself as a PowerSystemResource. A Switch may be referenced by many OutageSchedules.

Instance Methods [hide private]
 
__init__(self, newState='open', operationTime='', Switches=None, OutageSchedule=None, *args, **kw_args)
Initialises a new 'SwitchingOperation' instance.
 
addSwitches(self, *Switches)
 
getOutageSchedule(self)
An OutageSchedule may operate many switches.
 
getSwitches(self)
A switch may be operated by many schedules.
 
removeSwitches(self, *Switches)
 
setOutageSchedule(self, value)
 
setSwitches(self, value)

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]
  _attr_types = {'newState': <type 'str'>, 'operationTime': <typ...
  _attrs = ['newState', 'operationTime']
  _defaults = {'newState': 'open', 'operationTime': ''}
  _enums = {'newState': 'SwitchState'}
  _many_refs = ['Switches']
  _refs = ['Switches', 'OutageSchedule']
Properties [hide private]
  OutageSchedule
An OutageSchedule may operate many switches.
  Switches
A switch may be operated by many schedules.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, newState='open', operationTime='', Switches=None, OutageSchedule=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SwitchingOperation' instance.

Parameters:
  • newState - The switch position that shall result from this SwitchingOperation Values are: "open", "close"
  • operationTime - Time of operation in same units as OutageSchedule.xAxixUnits.
  • Switches - A switch may be operated by many schedules.
  • OutageSchedule - An OutageSchedule may operate many switches.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'newState': <type 'str'>, 'operationTime': <type 'str'>}

Property Details [hide private]

OutageSchedule

An OutageSchedule may operate many switches.

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

Switches

A switch may be operated by many schedules.

Get Method:
getSwitches(self) - A switch may be operated by many schedules.
Set Method:
setSwitches(self, value)