Package CIM15 :: 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.Remote controls are ouputs that are sent by the remote unit to actuators in the process.

Instance Methods [hide private]
 
__init__(self, actuatorMaximum=0.0, actuatorMinimum=0.0, remoteControlled=False, 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: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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 = ['actuatorMaximum', 'actuatorMinimum', 'remoteControl...
  _defaults = {'actuatorMaximum': 0.0, 'actuatorMinimum': 0.0, '...
  _refs = ['Control']

Inherited from RemotePoint'.RemotePoint (private): _many_refs

Inherited from Element'.Element (private): _enums

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

Inherited from RemotePoint'.RemotePoint: RemoteUnit

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'RemoteControl' instance.

Parameters:
  • actuatorMaximum - The maximum set point value accepted by the remote control point.
  • actuatorMinimum - The minimum set point value accepted by the remote control point.
  • remoteControlled - Set to true if the actuator is remotely controlled.
  • 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:
['actuatorMaximum', 'actuatorMinimum', 'remoteControlled']

_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)