Package CIM14 :: Package IEC61970 :: Package Meas :: Module AnalogValue' :: Class AnalogValue
[hide private]
[frames] | no frames]

Class AnalogValue

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
         MeasurementValue'.MeasurementValue --+
                                              |
                                             AnalogValue

AnalogValue represents an analog MeasurementValue.

Instance Methods [hide private]
 
__init__(self, value=0.0, AltTieMeas=None, Analog=None, AltGeneratingUnit=None, *args, **kw_args)
Initialises a new 'AnalogValue' instance.
 
addAltGeneratingUnit(self, *AltGeneratingUnit)
 
addAltTieMeas(self, *AltTieMeas)
 
getAltGeneratingUnit(self)
The alternate generating unit for which this measurement value applies.
 
getAltTieMeas(self)
The usage of the measurement within the control area specification.
 
getAnalog(self)
Measurement to which this value is connected.
 
removeAltGeneratingUnit(self, *AltGeneratingUnit)
 
removeAltTieMeas(self, *AltTieMeas)
 
setAltGeneratingUnit(self, value)
 
setAltTieMeas(self, value)
 
setAnalog(self, value)

Inherited from MeasurementValue'.MeasurementValue: getMeasurementValueQuality, getMeasurementValueSource, getRemoteSource, setMeasurementValueQuality, setMeasurementValueSource, setRemoteSource

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 = {'value': <type 'float'>}
  _attrs = ['value']
  _defaults = {'value': 0.0}
  _many_refs = ['AltTieMeas', 'AltGeneratingUnit']
  _refs = ['AltTieMeas', 'Analog', 'AltGeneratingUnit']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  AltGeneratingUnit
The alternate generating unit for which this measurement value applies.
  AltTieMeas
The usage of the measurement within the control area specification.
  Analog
Measurement to which this value is connected.

Inherited from MeasurementValue'.MeasurementValue: MeasurementValueQuality, MeasurementValueSource, RemoteSource

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, value=0.0, AltTieMeas=None, Analog=None, AltGeneratingUnit=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'AnalogValue' instance.

Parameters:
  • value - The value to supervise.
  • AltTieMeas - The usage of the measurement within the control area specification.
  • Analog - Measurement to which this value is connected.
  • AltGeneratingUnit - The alternate generating unit for which this measurement value applies.
Overrides: object.__init__

Property Details [hide private]

AltGeneratingUnit

The alternate generating unit for which this measurement value applies.

Get Method:
getAltGeneratingUnit(self) - The alternate generating unit for which this measurement value applies.
Set Method:
setAltGeneratingUnit(self, value)

AltTieMeas

The usage of the measurement within the control area specification.

Get Method:
getAltTieMeas(self) - The usage of the measurement within the control area specification.
Set Method:
setAltTieMeas(self, value)

Analog

Measurement to which this value is connected.

Get Method:
getAnalog(self) - Measurement to which this value is connected.
Set Method:
setAnalog(self, value)