Package CIM14 :: 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, busBarConfiguration='mainWithTransfer', breakerConfiguration='breakerAndAHalf', bayPowerMeasFlag=False, bayEnergyMeasFlag=False, Substation=None, VoltageLevel=None, *args, **kw_args)
Initialises a new 'Bay' instance.
 
getSubstation(self)
The association is used in the naming hierarchy.
 
getVoltageLevel(self)
The association is used in the naming hierarchy.
 
setSubstation(self, value)
 
setVoltageLevel(self, value)

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

Inherited from ConnectivityNodeContainer'.ConnectivityNodeContainer: addConnectivityNodes, addTopologicalNode, getConnectivityNodes, getTopologicalNode, removeConnectivityNodes, removeTopologicalNode, setConnectivityNodes, setTopologicalNode

Inherited from 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 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 = {'bayEnergyMeasFlag': <type 'bool'>, 'bayPowerMe...
  _attrs = ['busBarConfiguration', 'breakerConfiguration', 'bayP...
  _defaults = {'bayEnergyMeasFlag': False, 'bayPowerMeasFlag': F...
  _enums = {'breakerConfiguration': 'BreakerConfiguration', 'bus...
  _many_refs = []
  _refs = ['Substation', 'VoltageLevel']
Properties [hide private]
  Substation
The association is used in the naming hierarchy.
  VoltageLevel
The association is used in the naming hierarchy.

Inherited from EquipmentContainer'.EquipmentContainer: Equipments

Inherited from ConnectivityNodeContainer'.ConnectivityNodeContainer: ConnectivityNodes, TopologicalNode

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

Inherited from IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, busBarConfiguration='mainWithTransfer', breakerConfiguration='breakerAndAHalf', bayPowerMeasFlag=False, bayEnergyMeasFlag=False, Substation=None, VoltageLevel=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Bay' instance.

Parameters:
  • busBarConfiguration - Bus bar configuration. Values are: "mainWithTransfer", "ringBus", "singleBus", "doubleBus"
  • breakerConfiguration - Breaker configuration. Values are: "breakerAndAHalf", "singleBreaker", "noBreaker", "doubleBreaker"
  • bayPowerMeasFlag - Indicates the presence/absence of active/reactive power measurements.
  • bayEnergyMeasFlag - Indicates the presence/absence of energy measurements.
  • Substation - The association is used in the naming hierarchy.
  • VoltageLevel - The association is used in the naming hierarchy.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'bayEnergyMeasFlag': <type 'bool'>,
 'bayPowerMeasFlag': <type 'bool'>,
 'breakerConfiguration': <type 'str'>,
 'busBarConfiguration': <type 'str'>}

_attrs

Value:
['busBarConfiguration',
 'breakerConfiguration',
 'bayPowerMeasFlag',
 'bayEnergyMeasFlag']

_defaults

Value:
{'bayEnergyMeasFlag': False,
 'bayPowerMeasFlag': False,
 'breakerConfiguration': 'breakerAndAHalf',
 'busBarConfiguration': 'mainWithTransfer'}

_enums

Value:
{'breakerConfiguration': 'BreakerConfiguration',
 'busBarConfiguration': 'BusbarConfiguration'}

Property Details [hide private]

Substation

The association is used in the naming hierarchy.

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

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)