Package CIM14 :: Package CPSM :: Package Equipment :: Package Core :: Module Bay' :: Class Bay
[hide private]
[frames] | no frames]

Class Bay

                              object --+                    
                                       |                    
                        Element'.Element --+                
                                           |                
          IdentifiedObject'.IdentifiedObject --+            
                                               |            
        PowerSystemResource'.PowerSystemResource --+        
                                                   |        
ConnectivityNodeContainer'.ConnectivityNodeContainer --+    
                                                       |    
                  EquipmentContainer'.EquipmentContainer --+
                                                           |
                                                          Bay

A collection of power system resources (within a given substation) including conducting equipment, protection relays, measurements, and telemetry.- The Bay class is used as a container for Switches. Switches can either be contained by Bays or by VoltageLevels. If Switches are contained by VoltageLevels rather than by Bays in the sending system, then Bays are not required.

Instance Methods [hide private]
 
__init__(self, VoltageLevel=None, *args, **kw_args)
Initialises a new 'Bay' instance.
 
getVoltageLevel(self)
The association is used in the naming hierarchy.
 
setVoltageLevel(self, value)

Inherited from EquipmentContainer'.EquipmentContainer: addEquipments, getEquipments, removeEquipments, setEquipments

Inherited from ConnectivityNodeContainer'.ConnectivityNodeContainer: addConnectivityNodes, getConnectivityNodes, removeConnectivityNodes, setConnectivityNodes

Inherited from PowerSystemResource'.PowerSystemResource: addMeasurements, getMeasurements, removeMeasurements, setMeasurements

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _many_refs = []
  _refs = ['VoltageLevel']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  VoltageLevel
The association is used in the naming hierarchy.

Inherited from EquipmentContainer'.EquipmentContainer: Equipments

Inherited from ConnectivityNodeContainer'.ConnectivityNodeContainer: ConnectivityNodes

Inherited from PowerSystemResource'.PowerSystemResource: Measurements

Inherited from object: __class__

Method Details [hide private]

__init__(self, VoltageLevel=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Bay' instance.

Parameters:
  • VoltageLevel - The association is used in the naming hierarchy.
Overrides: object.__init__

Property Details [hide private]

VoltageLevel

The association is used in the naming hierarchy.

Get Method:
getVoltageLevel(self) - The association is used in the naming hierarchy.
Set Method:
setVoltageLevel(self, value)