Package CIM14 :: Package IEC61970 :: Package Meas :: Module ControlType' :: Class ControlType
[hide private]
[frames] | no frames]

Class ControlType

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

Specifies the type of Control, e.g. BreakerOn/Off, GeneratorVoltageSetPoint, TieLineFlow etc. The ControlType.name shall be unique among all specified types and describe the type. The ControlType.aliasName is meant to be used for localization.

Instance Methods [hide private]
 
__init__(self, Controls=None, *args, **kw_args)
Initialises a new 'ControlType' instance.
 
addControls(self, *Controls)
 
getControls(self)
The Controls having the ControlType
 
removeControls(self, *Controls)
 
setControls(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['Controls']
  _refs = ['Controls']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Controls
The Controls having the ControlType

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'ControlType' instance.

Parameters:
  • Controls - The Controls having the ControlType
Overrides: object.__init__

Property Details [hide private]

Controls

The Controls having the ControlType

Get Method:
getControls(self) - The Controls having the ControlType
Set Method:
setControls(self, value)