Package CIM14 :: Package IEC61970 :: Package SCADA :: Module RemoteControl' :: Class RemoteControl
[hide private]
[frames] | no frames]

Class RemoteControl

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
                   RemotePoint'.RemotePoint --+
                                              |
                                             RemoteControl

Remote controls are ouputs that are sent by the remote unit to actuators in the process.

Instance Methods [hide private]
 
__init__(self, actuatorMinimum=0.0, remoteControlled=False, actuatorMaximum=0.0, Control=None, *args, **kw_args)
Initialises a new 'RemoteControl' instance.
 
getControl(self)
The Control for the RemoteControl point.
 
setControl(self, value)

Inherited from RemotePoint'.RemotePoint: getRemoteUnit, setRemoteUnit

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 = {'actuatorMaximum': <type 'float'>, 'actuatorMin...
  _attrs = ['actuatorMinimum', 'remoteControlled', 'actuatorMaxi...
  _defaults = {'actuatorMaximum': 0.0, 'actuatorMinimum': 0.0, '...
  _refs = ['Control']

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

Properties [hide private]
  Control
The Control for the RemoteControl point.

Inherited from RemotePoint'.RemotePoint: RemoteUnit

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, actuatorMinimum=0.0, remoteControlled=False, actuatorMaximum=0.0, Control=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'RemoteControl' instance.

Parameters:
  • actuatorMinimum - The minimum set point value accepted by the remote control point.
  • remoteControlled - Set to true if the actuator is remotely controlled.
  • actuatorMaximum - The maximum set point value accepted by the remote control point.
  • Control - The Control for the RemoteControl point.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'actuatorMaximum': <type 'float'>,
 'actuatorMinimum': <type 'float'>,
 'remoteControlled': <type 'bool'>}

_attrs

Value:
['actuatorMinimum', 'remoteControlled', 'actuatorMaximum']

_defaults

Value:
{'actuatorMaximum': 0.0,
 'actuatorMinimum': 0.0,
 'remoteControlled': False}

Property Details [hide private]

Control

The Control for the RemoteControl point.

Get Method:
getControl(self) - The Control for the RemoteControl point.
Set Method:
setControl(self, value)