pipolars.PIValue¶
- class pipolars.PIValue[source]¶
Bases:
objectRepresents a single PI value with timestamp and quality.
This is the fundamental data unit returned from PI queries.
- __init__(timestamp, value, quality=DataQuality.GOOD)¶
Methods
Attributes
The timestamp of the value.
The actual value (can be numeric, string, or digital state).
The quality flag for this value.
Convenience property indicating if the value is good quality.
- quality: DataQuality¶
The quality flag for this value.
- __init__(timestamp, value, quality=DataQuality.GOOD)¶