Package CIM14 :: Package IEC61970 :: Package ControlArea :: Module AltGeneratingUnitMeas' :: Class AltGeneratingUnitMeas
[hide private]
[frames] | no frames]

Class AltGeneratingUnitMeas

      object --+    
               |    
Element'.Element --+
                   |
                  AltGeneratingUnitMeas

A prioritized measurement to be used for the generating unit in the control area specificaiton.

Instance Methods [hide private]
 
__init__(self, priority=0, ControlAreaGeneratingUnit=None, AnalogValue=None, *args, **kw_args)
Initialises a new 'AltGeneratingUnitMeas' instance.
 
getAnalogValue(self)
The specific analog value used as a source.
 
getControlAreaGeneratingUnit(self)
The control aread generating unit to which the prioritized measurement assignment is applied.
 
setAnalogValue(self, value)
 
setControlAreaGeneratingUnit(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 = ['ControlAreaGeneratingUnit', 'AnalogValue']

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

Properties [hide private]
  AnalogValue
The specific analog value used as a source.
  ControlAreaGeneratingUnit
The control aread generating unit to which the prioritized measurement assignment is applied.

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'AltGeneratingUnitMeas' instance.

Parameters:
  • priority - Priority of a measurement usage. Lower numbers have first priority.
  • ControlAreaGeneratingUnit - The control aread generating unit to which the prioritized measurement assignment is applied.
  • AnalogValue - The specific analog value used as a source.
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)

ControlAreaGeneratingUnit

The control aread generating unit to which the prioritized measurement assignment is applied.

Get Method:
getControlAreaGeneratingUnit(self) - The control aread generating unit to which the prioritized measurement assignment is applied.
Set Method:
setControlAreaGeneratingUnit(self, value)