Package CIM15 :: 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.A collection of power system resources (within a given substation) including conducting equipment, protection relays, measurements, and telemetry.

Instance Methods [hide private]
 
__init__(self, bayPowerMeasFlag=False, bayEnergyMeasFlag=False, busBarConfiguration='doubleBus', breakerConfiguration='breakerAndAHalf', VoltageLevel=None, Substation=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, addChangeItems, addDocumentRoles, addErpOrganisationRoles, addMeasurements, addNetworkDataSets, addOperatingShare, addPSREvent, addPsrLists, addReportingGroup, addSafetyDocuments, addScheduleSteps, getAssets, getChangeItems, getDocumentRoles, getErpOrganisationRoles, getLocation, getMeasurements, getNetworkDataSets, getOperatingShare, getOutageSchedule, getPSREvent, getPSRType, getPsrLists, getReportingGroup, getSafetyDocuments, getScheduleSteps, removeAssets, removeChangeItems, removeDocumentRoles, removeErpOrganisationRoles, removeMeasurements, removeNetworkDataSets, removeOperatingShare, removePSREvent, removePsrLists, removeReportingGroup, removeSafetyDocuments, removeScheduleSteps, setAssets, setChangeItems, setDocumentRoles, setErpOrganisationRoles, setLocation, setMeasurements, setNetworkDataSets, setOperatingShare, setOutageSchedule, setPSREvent, setPSRType, setPsrLists, setReportingGroup, setSafetyDocuments, setScheduleSteps

Inherited from IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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 = ['bayPowerMeasFlag', 'bayEnergyMeasFlag', 'busBarConf...
  _defaults = {'bayEnergyMeasFlag': False, 'bayPowerMeasFlag': F...
  _enums = {'breakerConfiguration': 'BreakerConfiguration', 'bus...
  _many_refs = []
  _refs = ['VoltageLevel', 'Substation']
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, ChangeItems, DocumentRoles, ErpOrganisationRoles, Location, Measurements, NetworkDataSets, OperatingShare, OutageSchedule, PSREvent, PSRType, PsrLists, ReportingGroup, SafetyDocuments, ScheduleSteps

Inherited from IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'Bay' instance.

Parameters:
  • bayPowerMeasFlag - Indicates the presence/absence of active/reactive power measurements.
  • bayEnergyMeasFlag - Indicates the presence/absence of energy measurements.
  • busBarConfiguration - Bus bar configuration. Values are: "doubleBus", "ringBus", "singleBus", "mainWithTransfer"
  • breakerConfiguration - Breaker configuration. Values are: "breakerAndAHalf", "noBreaker", "singleBreaker", "doubleBreaker"
  • VoltageLevel - The association is used in the naming hierarchy.
  • Substation - 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:
['bayPowerMeasFlag',
 'bayEnergyMeasFlag',
 'busBarConfiguration',
 'breakerConfiguration']

_defaults

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

_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)