CalcVariableTFirst Property

cpmPlus Calc Engine
The first record (C# object containing value, timestamp and status triplet) of the calculation period. Status is deducted from the right-hand operands and set to the worst status of the operands. If status cannot be deducted (e.g. when only assigning a numerical value), status is set to OK.

Namespace:  ABB.Vtrin.CalcEngine
Assembly:  CalcVariable (in CalcVariable.dll) Version: 530.1906.25111.59999 (Version number not updated)
Syntax

public CalcValueRecord<T> First { get; set; }

Property Value

Type: CalcValueRecordT
See Also

Reference