Package CIM14 :: Package IEC61970 :: Package StateVariables :: Module SvStatus' :: Class SvStatus
[hide private]
[frames] | no frames]

Class SvStatus

              object --+        
                       |        
        Element'.Element --+    
                           |    
StateVariable'.StateVariable --+
                               |
                              SvStatus

State variable for status.

Instance Methods [hide private]
 
__init__(self, inService=False, ConductingEquipment=None, *args, **kw_args)
Initialises a new 'SvStatus' instance.
 
getConductingEquipment(self)
The conducting equipment associated with the status state.
 
setConductingEquipment(self, value)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'inService': <type 'bool'>}
  _attrs = ['inService']
  _defaults = {'inService': False}
  _refs = ['ConductingEquipment']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  ConductingEquipment
The conducting equipment associated with the status state.

Inherited from object: __class__

Method Details [hide private]

__init__(self, inService=False, ConductingEquipment=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SvStatus' instance.

Parameters:
  • inService - The in service status as a result of topology processing.
  • ConductingEquipment - The conducting equipment associated with the status state.
Overrides: object.__init__

Property Details [hide private]

ConductingEquipment

The conducting equipment associated with the status state.

Get Method:
getConductingEquipment(self) - The conducting equipment associated with the status state.
Set Method:
setConductingEquipment(self, value)