Package CIM15 :: Package IEC61970 :: Package ControlArea :: Module AltTieMeas' :: Class AltTieMeas
[hide private]
[frames] | no frames]

Class AltTieMeas

      object --+    
               |    
Element'.Element --+
                   |
                  AltTieMeas

A prioritized measurement to be used for the tie flow as part of the control area specification.A prioritized measurement to be used for the tie flow as part of the control area specification.

Instance Methods [hide private]
 
__init__(self, priority=0, AnalogValue=None, TieFlow=None, *args, **kw_args)
Initialises a new 'AltTieMeas' instance.
 
getAnalogValue(self)
The specific analog value used as a source.
 
getTieFlow(self)
The tie flow of the alternate measurements.
 
setAnalogValue(self, value)
 
setTieFlow(self, value)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'priority': <type 'int'>}
  _attrs = ['priority']
  _defaults = {'priority': 0}
  _refs = ['AnalogValue', 'TieFlow']

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

Properties [hide private]
  AnalogValue
The specific analog value used as a source.
  TieFlow
The tie flow of the alternate measurements.

Inherited from object: __class__

Method Details [hide private]

__init__(self, priority=0, AnalogValue=None, TieFlow=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'AltTieMeas' instance.

Parameters:
  • priority - Priority of a measurement usage. Lower numbers have first priority.
  • AnalogValue - The specific analog value used as a source.
  • TieFlow - The tie flow of the alternate measurements.
Overrides: object.__init__

Property Details [hide private]

AnalogValue

The specific analog value used as a source.

Get Method:
getAnalogValue(self) - The specific analog value used as a source.
Set Method:
setAnalogValue(self, value)

TieFlow

The tie flow of the alternate measurements.

Get Method:
getTieFlow(self) - The tie flow of the alternate measurements.
Set Method:
setTieFlow(self, value)