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

Class Circuit

                                   object --+                    
                                            |                    
                             Element'.Element --+                
                                                |                
          Core.IdentifiedObject'.IdentifiedObject --+            
                                                    |            
        Core.PowerSystemResource'.PowerSystemResource --+        
                                                        |        
Core.ConnectivityNodeContainer'.ConnectivityNodeContainer --+    
                                                            |    
                  Core.EquipmentContainer'.EquipmentContainer --+
                                                                |
                                                               Circuit

EquipmentContainer that will typically include conductors, energy consumers, transformers and transformer windings, switches, shunt compensators, etc., likely at different voltages. Circuit extends from a substation to a set of open points (radial circuit), or to a second substation (looped circuit). It generally starts with a switching device, located in a substation. Membership in a Circuit is based on the nominal or design system configuration, but the electrical connectivity will change during switching operations.EquipmentContainer that will typically include conductors, energy consumers, transformers and transformer windings, switches, shunt compensators, etc., likely at different voltages. Circuit extends from a substation to a set of open points (radial circuit), or to a second substation (looped circuit). It generally starts with a switching device, located in a substation. Membership in a Circuit is based on the nominal or design system configuration, but the electrical connectivity will change during switching operations.

Instance Methods [hide private]
 
__init__(self, CircuitSections=None, *args, **kw_args)
Initialises a new 'Circuit' instance.
 
addCircuitSections(self, *CircuitSections)
 
getCircuitSections(self)
 
removeCircuitSections(self, *CircuitSections)
 
setCircuitSections(self, value)

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

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

Inherited from Core.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 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]
  _many_refs = ['CircuitSections']
  _refs = ['CircuitSections']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  CircuitSections

Inherited from Core.EquipmentContainer'.EquipmentContainer: Equipments

Inherited from Core.ConnectivityNodeContainer'.ConnectivityNodeContainer: ConnectivityNodes, TopologicalNode

Inherited from Core.PowerSystemResource'.PowerSystemResource: Assets, ChangeItems, DocumentRoles, ErpOrganisationRoles, Location, Measurements, NetworkDataSets, OperatingShare, OutageSchedule, PSREvent, PSRType, PsrLists, ReportingGroup, SafetyDocuments, ScheduleSteps

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, CircuitSections=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Circuit' instance.

Parameters:
  • CircuitSections
Overrides: object.__init__

Property Details [hide private]

CircuitSections

Get Method:
getCircuitSections(self)
Set Method:
setCircuitSections(self, value)