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

Class Command

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
                           Control'.Control --+
                                              |
                                             Command

A Command is a discrete control used for supervisory control.

Instance Methods [hide private]
 
__init__(self, value=0, normalValue=0, ValueAliasSet=None, Discrete=None, *args, **kw_args)
Initialises a new 'Command' instance.
 
getDiscrete(self)
The Measurement variable used for control.
 
getValueAliasSet(self)
The Commands using the set for translation.
 
setDiscrete(self, value)
 
setValueAliasSet(self, value)

Inherited from Control'.Control: getControlType, getRegulatingCondEq, getRemoteControl, getUnit, setControlType, setRegulatingCondEq, setRemoteControl, setUnit

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 = {'normalValue': <type 'int'>, 'value': <type 'in...
  _attrs = ['value', 'normalValue']
  _defaults = {'normalValue': 0, 'value': 0}
  _refs = ['ValueAliasSet', 'Discrete']

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

Properties [hide private]
  Discrete
The Measurement variable used for control.
  ValueAliasSet
The Commands using the set for translation.

Inherited from Control'.Control: ControlType, RegulatingCondEq, RemoteControl, Unit

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, value=0, normalValue=0, ValueAliasSet=None, Discrete=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Command' instance.

Parameters:
  • value - The value representing the actuator output
  • normalValue - Normal value for Control.value e.g. used for percentage scaling
  • ValueAliasSet - The Commands using the set for translation.
  • Discrete - The Measurement variable used for control.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'normalValue': <type 'int'>, 'value': <type 'int'>}

Property Details [hide private]

Discrete

The Measurement variable used for control.

Get Method:
getDiscrete(self) - The Measurement variable used for control.
Set Method:
setDiscrete(self, value)

ValueAliasSet

The Commands using the set for translation.

Get Method:
getValueAliasSet(self) - The Commands using the set for translation.
Set Method:
setValueAliasSet(self, value)