Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfOperations :: Module CircuitSection' :: Class CircuitSection
[hide private]
[frames] | no frames]

Class CircuitSection

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         CircuitSection

Section of circuit located between two sectionalizing devices. It may contain other circuit sections, for example, a lateral tapped off a primary.Section of circuit located between two sectionalizing devices. It may contain other circuit sections, for example, a lateral tapped off a primary.

Instance Methods [hide private]
 
__init__(self, connectionKind='electricallyConnected', ConductorAssets=None, Circuits=None, *args, **kw_args)
Initialises a new 'CircuitSection' instance.
 
addCircuits(self, *Circuits)
 
addConductorAssets(self, *ConductorAssets)
 
getCircuits(self)
 
getConductorAssets(self)
 
removeCircuits(self, *Circuits)
 
removeConductorAssets(self, *ConductorAssets)
 
setCircuits(self, value)
 
setConductorAssets(self, value)

Inherited from Core.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 = {'connectionKind': <type 'str'>}
  _attrs = ['connectionKind']
  _defaults = {'connectionKind': 'electricallyConnected'}
  _enums = {'connectionKind': 'CircuitConnectionKind'}
  _many_refs = ['ConductorAssets', 'Circuits']
  _refs = ['ConductorAssets', 'Circuits']
Properties [hide private]
  Circuits
  ConductorAssets

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, connectionKind='electricallyConnected', ConductorAssets=None, Circuits=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'CircuitSection' instance.

Parameters:
  • connectionKind - Kind of this circuit section. Values are: "electricallyConnected", "nominallyConnected", "asBuilt", "other"
  • ConductorAssets
  • Circuits
Overrides: object.__init__

Property Details [hide private]

Circuits

Get Method:
getCircuits(self)
Set Method:
setCircuits(self, value)

ConductorAssets

Get Method:
getConductorAssets(self)
Set Method:
setConductorAssets(self, value)