Package CIM15 :: Package IEC61970 :: Package WiresPhaseModel :: Module SwitchPhase' :: Class SwitchPhase
[hide private]
[frames] | no frames]

Class SwitchPhase

                           object --+            
                                    |            
                     Element'.Element --+        
                                        |        
  Core.IdentifiedObject'.IdentifiedObject --+    
                                            |    
Core.PowerSystemResource'.PowerSystemResource --+
                                                |
                                               SwitchPhase

Single phase of a multi-phase switch when its attributes might be different per phase.Single phase of a multi-phase switch when its attributes might be different per phase.

Instance Methods [hide private]
 
__init__(self, phaseSide1='C', phaseSide2='C', normalOpen=False, Switch=None, *args, **kw_args)
Initialises a new 'SwitchPhase' instance.
 
getSwitch(self)
 
setSwitch(self, value)

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]
  _attr_types = {'normalOpen': <type 'bool'>, 'phaseSide1': <typ...
  _attrs = ['phaseSide1', 'phaseSide2', 'normalOpen']
  _defaults = {'normalOpen': False, 'phaseSide1': 'C', 'phaseSid...
  _enums = {'phaseSide1': 'SinglePhaseKind', 'phaseSide2': 'Sing...
  _many_refs = []
  _refs = ['Switch']
Properties [hide private]
  Switch

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, phaseSide1='C', phaseSide2='C', normalOpen=False, Switch=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SwitchPhase' instance.

Parameters:
  • phaseSide1 - Phase of this SwitchPhase on the &ldquo;from&rdquo; (Switch.Terminal.sequenceNumber=1) side. Should be a phase contained in that terminal&rsquo;s Terminal.phases attribute. Values are: "C", "N", "s1", "B", "s2", "A"
  • phaseSide2 - Phase of this SwitchPhase on the &ldquo;to&rdquo; (Switch.Terminal.sequenceNumber=2) side. Should be a phase contained in that terminal&rsquo;s Terminal.phases attribute. Values are: "C", "N", "s1", "B", "s2", "A"
  • normalOpen - Used in cases when no Measurement for the status value is present. If the SwitchPhase has a status measurement the Discrete.normalValue is expected to match with this value.
  • Switch
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'normalOpen': <type 'bool'>,
 'phaseSide1': <type 'str'>,
 'phaseSide2': <type 'str'>}

_defaults

Value:
{'normalOpen': False, 'phaseSide1': 'C', 'phaseSide2': 'C'}

_enums

Value:
{'phaseSide1': 'SinglePhaseKind', 'phaseSide2': 'SinglePhaseKind'}

Property Details [hide private]

Switch

Get Method:
getSwitch(self)
Set Method:
setSwitch(self, value)