AnalogValue represents an analog MeasurementValue.
|
|
__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) |
|
|
|
|
|
|
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__
|