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

Class SetPoint

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

A SetPoint is an analog control used for supervisory control.

Instance Methods [hide private]
 
__init__(self, minValue=0.0, value=0.0, maxValue=0.0, normalValue=0.0, Analog=None, *args, **kw_args)
Initialises a new 'SetPoint' instance.
 
getAnalog(self)
The Measurement variable used for control
 
setAnalog(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 = {'maxValue': <type 'float'>, 'minValue': <type '...
  _attrs = ['minValue', 'value', 'maxValue', 'normalValue']
  _defaults = {'maxValue': 0.0, 'minValue': 0.0, 'normalValue': ...
  _refs = ['Analog']

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

Properties [hide private]
  Analog
The Measurement variable used for control

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

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, minValue=0.0, value=0.0, maxValue=0.0, normalValue=0.0, Analog=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'SetPoint' instance.

Parameters:
  • minValue - Normal value range minimum for any of the Control.value. Used for scaling, e.g. in bar graphs.
  • value - The value representing the actuator output
  • maxValue - Normal value range maximum for any of the Control.value. Used for scaling, e.g. in bar graphs.
  • normalValue - Normal value for Control.value e.g. used for percentage scaling
  • Analog - The Measurement variable used for control
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'maxValue': <type 'float'>,
 'minValue': <type 'float'>,
 'normalValue': <type 'float'>,
 'value': <type 'float'>}

_defaults

Value:
{'maxValue': 0.0, 'minValue': 0.0, 'normalValue': 0.0, 'value': 0.0}

Property Details [hide private]

Analog

The Measurement variable used for control

Get Method:
getAnalog(self) - The Measurement variable used for control
Set Method:
setAnalog(self, value)