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:

datetime.datetime

property quality

quality information (read-only). The setter is available via point.quality=xyz

Type:

Union[None, c104.Quality, c104.BinaryCounterQuality]

property recorded_at

timestamp with milliseconds transported with the value itself or None (read-only)

Type:

Optional[int]

property value

mapped value property (read-only). The setter is available via point.value=xyz

Type:

Union[None, bool, c104.Double, c104.Step, c104.Int7, c104.Int16, int, c104.Byte32, c104.NormalizedFloat, float, c104.EventState, c104.StartEvents, c104.OutputCircuits, c104.PackedSingle]

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.