Click or drag to resize

TVQ(DateTime, Object, UInt16) Constructor

Initializes data object for tag with specified time, value, and quality.

Namespace: AxiomCore2.Data
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public TVQ(
	DateTime timestamp,
	Object? value,
	ushort quality
)

Parameters

timestamp  DateTime
Time the data was recorded.
value  Object
Value of the data.
quality  UInt16
Quality indicator of the data.
See Also