Information
- class c104.Information
This class represents all specialized kind of information a specific point may have
- property processed_at
timestamp with milliseconds of last local information processing (read-only)
- Type:
- property quality
the quality (read-only)
The setter is available via point.quality=xyz
- Type:
- property recorded_at
timestamp with milliseconds transported with the value itself or None (read-only)
- Type:
datetime.datetime | None
- property value
the mapped primary information value property (read-only)
The setter is available via point.value=xyz
Hint
The c104.Information.value property maps to most significant information of the derived information object. See the specific information object documentation for type details. The c104.BinaryCmd.quality property maps to the specific quality information (if any) of the derived information object. See the specific information object documentation for type details.