Information

class c104.Information

This class represents all specialized kind of information a specific point may have

property is_readonly

test if the information is read-only

Type:

bool

property processed_at

timestamp with milliseconds of last local information processing (read-only)

Type:

datetime.datetime

property quality

the quality (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:

datetime.datetime | None

property value

the mapped primary information 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.