Package CIM14 :: Package CDPSM :: Package Balanced :: Package IEC61970 :: 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.

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: getGeoLocation, getPSRType, setGeoLocation, setPSRType

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: GeoLocation, PSRType

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)