Package CIM15 :: Package CDPSM :: Package Connectivity :: Package IEC61970 :: Package Core :: Module Terminal' :: Class Terminal
[hide private]
[frames] | no frames]

Class Terminal

                    object --+        
                             |        
              Element'.Element --+    
                                 |    
IdentifiedObject'.IdentifiedObject --+
                                     |
                                    Terminal

An electrical connection point to a piece of conducting equipment. Terminals are connected at physical connection points called 'connectivity nodes'.

Instance Methods [hide private]
 
__init__(self, phases='s12N', ConnectivityNode=None, TransformerEnd=None, ConductingEquipment=None, *args, **kw_args)
Initialises a new 'Terminal' instance.
 
addTransformerEnd(self, *TransformerEnd)
 
getConductingEquipment(self)
ConductingEquipment has 1 or 2 terminals that may be connected to other ConductingEquipment terminals via ConnectivityNodes
 
getConnectivityNode(self)
Terminals interconnect with zero impedance at a node.
 
getTransformerEnd(self)
All transformer ends connected at this external terminal.
 
removeTransformerEnd(self, *TransformerEnd)
 
setConductingEquipment(self, value)
 
setConnectivityNode(self, value)
 
setTransformerEnd(self, value)

Inherited from IdentifiedObject'.IdentifiedObject: addNames, getNames, removeNames, setNames

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': 's12N'}
  _enums = {'phases': 'PhaseCode'}
  _many_refs = ['TransformerEnd']
  _refs = ['ConnectivityNode', 'TransformerEnd', 'ConductingEqui...
Properties [hide private]
  ConductingEquipment
ConductingEquipment has 1 or 2 terminals that may be connected to other ConductingEquipment terminals via ConnectivityNodes
  ConnectivityNode
Terminals interconnect with zero impedance at a node.
  TransformerEnd
All transformer ends connected at this external terminal.

Inherited from IdentifiedObject'.IdentifiedObject: Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, phases='s12N', ConnectivityNode=None, TransformerEnd=None, ConductingEquipment=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Terminal' instance.

Parameters:
  • phases - Represents the normal network phasing condition. Values are: "s12N", "BN", "BC", "ABN", "s2N", "N", "ACN", "BCN", "ABCN", "AC", "s1N", "AN", "B", "AB", "C", "A", "CN", "ABC"
  • ConnectivityNode - Terminals interconnect with zero impedance at a node. Measurements on a node apply to all of its terminals.
  • TransformerEnd - All transformer ends connected at this external terminal.
  • ConductingEquipment - ConductingEquipment has 1 or 2 terminals that may be connected to other ConductingEquipment terminals via ConnectivityNodes
Overrides: object.__init__

getConnectivityNode(self)

 

Terminals interconnect with zero impedance at a node. Measurements on a node apply to all of its terminals.


Class Variable Details [hide private]

_refs

Value:
['ConnectivityNode', 'TransformerEnd', 'ConductingEquipment']

Property Details [hide private]

ConductingEquipment

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

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

ConnectivityNode

Terminals interconnect with zero impedance at a node. Measurements on a node apply to all of its terminals.

Get Method:
getConnectivityNode(self) - Terminals interconnect with zero impedance at a node.
Set Method:
setConnectivityNode(self, value)

TransformerEnd

All transformer ends connected at this external terminal.

Get Method:
getTransformerEnd(self) - All transformer ends connected at this external terminal.
Set Method:
setTransformerEnd(self, value)