Package CIM14 :: Package IEC61970 :: Package Wires :: Module CompositeSwitch' :: Class CompositeSwitch
[hide private]
[frames] | no frames]

Class CompositeSwitch

                           object --+                
                                    |                
                     Element'.Element --+            
                                        |            
  Core.IdentifiedObject'.IdentifiedObject --+        
                                            |        
Core.PowerSystemResource'.PowerSystemResource --+    
                                                |    
                        Core.Equipment'.Equipment --+
                                                    |
                                                   CompositeSwitch

A model of a set of individual Switches normally enclosed within the same cabinet and possibly with interlocks that restrict the combination of switch positions. These are typically found in medium voltage distribution networks. A CompositeSwitch could represent a Ring-Main-Unit (RMU), or pad-mounted switchgear, with primitive internal devices such as an internal bus-bar plus 3 or 4 internal switches each of which may individually be open or closed. A CompositeSwitch and a set of contained Switches can also be used to represent a multi-position switch e.g. a switch that can connect a circuit to Ground, Open or Busbar.

Instance Methods [hide private]
 
__init__(self, compositeSwitchType='', Switches=None, *args, **kw_args)
Initialises a new 'CompositeSwitch' instance.
 
addSwitches(self, *Switches)
 
getSwitches(self)
Switches contained in this Composite switch.
 
removeSwitches(self, *Switches)
 
setSwitches(self, value)

Inherited from Core.Equipment'.Equipment: addContingencyEquipment, addCustomerAgreements, addOperationalLimitSet, getContingencyEquipment, getCustomerAgreements, getEquipmentContainer, getOperationalLimitSet, removeContingencyEquipment, removeCustomerAgreements, removeOperationalLimitSet, setContingencyEquipment, setCustomerAgreements, setEquipmentContainer, setOperationalLimitSet

Inherited from Core.PowerSystemResource'.PowerSystemResource: addAssets, addBlock, addMeasurements, addOperatingShare, addPsrLists, addReportingGroup, getAssets, getBlock, getLocation, getMeasurements, getOperatingShare, getOutageSchedule, getPSRType, getPsrLists, getReportingGroup, removeAssets, removeBlock, removeMeasurements, removeOperatingShare, removePsrLists, removeReportingGroup, setAssets, setBlock, setLocation, setMeasurements, setOperatingShare, setOutageSchedule, setPSRType, setPsrLists, setReportingGroup

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 = {'compositeSwitchType': <type 'str'>}
  _attrs = ['compositeSwitchType']
  _defaults = {'compositeSwitchType': ''}
  _many_refs = ['Switches']
  _refs = ['Switches']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Switches
Switches contained in this Composite switch.

Inherited from Core.Equipment'.Equipment: ContingencyEquipment, CustomerAgreements, EquipmentContainer, OperationalLimitSet

Inherited from Core.PowerSystemResource'.PowerSystemResource: Assets, Block, Location, Measurements, OperatingShare, OutageSchedule, PSRType, PsrLists, ReportingGroup

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, compositeSwitchType='', Switches=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'CompositeSwitch' instance.

Parameters:
  • compositeSwitchType - An alphanumeric code that can be used as a reference to extar information such as the description of the interlocking scheme if any
  • Switches - Switches contained in this Composite switch.
Overrides: object.__init__

Property Details [hide private]

Switches

Switches contained in this Composite switch.

Get Method:
getSwitches(self) - Switches contained in this Composite switch.
Set Method:
setSwitches(self, value)