The current state for a measurement. A state value is an instance of a
measurement from a specific source. Measurements can be associated with
many state values, each representing a different source for the
measurement.
|
__init__(self,
sensorAccuracy=0.0,
timeStamp='
' ,
MeasurementValueSource=None,
RemoteSource=None,
MeasurementValueQuality=None,
*args,
**kw_args)
Initialises a new 'MeasurementValue' instance. |
|
|
|
getMeasurementValueQuality(self)
A MeasurementValue has a MeasurementValueQuality associated with it. |
|
|
|
|
|
getRemoteSource(self)
Link to the physical telemetered point associated with this
measurement. |
|
|
|
setMeasurementValueQuality(self,
value) |
|
|
|
setMeasurementValueSource(self,
value) |
|
|
|
setRemoteSource(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__
|