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

Class RemoteSource

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

Remote sources are state variables that are telemetered or calculated within the remote unit.

Instance Methods [hide private]
 
__init__(self, scanInterval=0.0, sensorMaximum=0.0, deadband=0.0, sensorMinimum=0.0, MeasurementValue=None, *args, **kw_args)
Initialises a new 'RemoteSource' instance.
 
getMeasurementValue(self)
Link to the physical telemetered point associated with this measurement.
 
setMeasurementValue(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 = {'deadband': <type 'float'>, 'scanInterval': <ty...
  _attrs = ['scanInterval', 'sensorMaximum', 'deadband', 'sensor...
  _defaults = {'deadband': 0.0, 'scanInterval': 0.0, 'sensorMaxi...
  _refs = ['MeasurementValue']

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

Properties [hide private]
  MeasurementValue
Link to the physical telemetered point associated with this measurement.

Inherited from RemotePoint'.RemotePoint: RemoteUnit

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, scanInterval=0.0, sensorMaximum=0.0, deadband=0.0, sensorMinimum=0.0, MeasurementValue=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'RemoteSource' instance.

Parameters:
  • scanInterval - The time interval between scans.
  • sensorMaximum - The maximum value the telemetry item can return.
  • deadband - The smallest change in value to be reported.
  • sensorMinimum - The minimum value the telemetry item can return.
  • MeasurementValue - Link to the physical telemetered point associated with this measurement.
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'deadband': <type 'float'>,
 'scanInterval': <type 'float'>,
 'sensorMaximum': <type 'float'>,
 'sensorMinimum': <type 'float'>}

_attrs

Value:
['scanInterval', 'sensorMaximum', 'deadband', 'sensorMinimum']

_defaults

Value:
{'deadband': 0.0,
 'scanInterval': 0.0,
 'sensorMaximum': 0.0,
 'sensorMinimum': 0.0}

Property Details [hide private]

MeasurementValue

Link to the physical telemetered point associated with this measurement.

Get Method:
getMeasurementValue(self) - Link to the physical telemetered point associated with this measurement.
Set Method:
setMeasurementValue(self, value)