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

Class RemotePoint

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         RemotePoint
Known Subclasses:

For a RTU remote points correspond to telemetered values or control outputs. Other units (e.g. control centers) usually also contain calculated values.

Instance Methods [hide private]
 
__init__(self, RemoteUnit=None, *args, **kw_args)
Initialises a new 'RemotePoint' instance.
 
getRemoteUnit(self)
Remote unit this point belongs to.
 
setRemoteUnit(self, value)

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 = {}
  _attrs = []
  _defaults = {}
  _refs = ['RemoteUnit']

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

Properties [hide private]
  RemoteUnit
Remote unit this point belongs to.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, RemoteUnit=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'RemotePoint' instance.

Parameters:
  • RemoteUnit - Remote unit this point belongs to.
Overrides: object.__init__

Property Details [hide private]

RemoteUnit

Remote unit this point belongs to.

Get Method:
getRemoteUnit(self) - Remote unit this point belongs to.
Set Method:
setRemoteUnit(self, value)