Package CIM14 :: Package CDPSM :: Package Balanced :: Package IEC61970 :: Package Core :: Module ConductingEquipment' :: Class ConductingEquipment
[hide private]
[frames] | no frames]

Class ConductingEquipment

                      object --+                
                               |                
                Element'.Element --+            
                                   |            
  IdentifiedObject'.IdentifiedObject --+        
                                       |        
PowerSystemResource'.PowerSystemResource --+    
                                           |    
                        Equipment'.Equipment --+
                                               |
                                              ConductingEquipment
Known Subclasses:

The parts of the power system that are designed to carry current or that are conductively connected therewith. ConductingEquipment is contained within an EquipmentContainer that may be a Substation, or a VoltageLevel or a Bay within a Substation.

Instance Methods [hide private]
 
__init__(self, phases='ABC', Terminals=None, BaseVoltage=None, *args, **kw_args)
Initialises a new 'ConductingEquipment' instance.
 
addTerminals(self, *Terminals)
 
getBaseVoltage(self)
Use association to ConductingEquipment only when there is no VoltageLevel container used.
 
getTerminals(self)
ConductingEquipment has 1 or 2 terminals that may be connected to other ConductingEquipment terminals via ConnectivityNodes
 
removeTerminals(self, *Terminals)
 
setBaseVoltage(self, value)
 
setTerminals(self, value)

Inherited from Equipment'.Equipment: getEquipmentContainer, setEquipmentContainer

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]
  _attr_types = {'phases': <type 'str'>}
  _attrs = ['phases']
  _defaults = {'phases': 'ABC'}
  _enums = {'phases': 'PhaseCode'}
  _many_refs = ['Terminals']
  _refs = ['Terminals', 'BaseVoltage']
Properties [hide private]
  BaseVoltage
Use association to ConductingEquipment only when there is no VoltageLevel container used.
  Terminals
ConductingEquipment has 1 or 2 terminals that may be connected to other ConductingEquipment terminals via ConnectivityNodes

Inherited from Equipment'.Equipment: EquipmentContainer

Inherited from PowerSystemResource'.PowerSystemResource: GeoLocation, PSRType

Inherited from object: __class__

Method Details [hide private]

__init__(self, phases='ABC', Terminals=None, BaseVoltage=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ConductingEquipment' instance.

Parameters:
  • phases - Describes the phases carried by a conducting equipment. Values are: "ABC", "splitSecondary2N", "ABN", "CN", "ACN", "BC", "AN", "BN", "AB", "splitSecondary1N", "N", "C", "AC", "ABCN", "splitSecondary12N", "A", "B", "BCN"
  • Terminals - ConductingEquipment has 1 or 2 terminals that may be connected to other ConductingEquipment terminals via ConnectivityNodes
  • BaseVoltage - Use association to ConductingEquipment only when there is no VoltageLevel container used.
Overrides: object.__init__

Property Details [hide private]

BaseVoltage

Use association to ConductingEquipment only when there is no VoltageLevel container used.

Get Method:
getBaseVoltage(self) - Use association to ConductingEquipment only when there is no VoltageLevel container used.
Set Method:
setBaseVoltage(self, value)

Terminals

ConductingEquipment has 1 or 2 terminals that may be connected to other ConductingEquipment terminals via ConnectivityNodes

Get Method:
getTerminals(self) - ConductingEquipment has 1 or 2 terminals that may be connected to other ConductingEquipment terminals via ConnectivityNodes
Set Method:
setTerminals(self, value)