Click or drag to resize

StateRecord Properties

The StateRecord type exposes the following members.

Properties
  Name Description
Public property ActiveDataBlockIndex Gets or sets the 0-based index of the active ArchiveDataBlock for the HistorianID.
Public property ActiveDataBlockSlot Gets or sets the next slot position in the active ArchiveDataBlock for the HistorianID where data can be written.
Public property ArchivedData Gets or sets the most recently archived StateRecordDataPoint for the HistorianID.
Public property BinaryLength Gets the length of the StateRecord.
Public property CurrentData Gets or sets the most current StateRecordDataPoint received for the HistorianID.
Public property HistorianID Gets the historian identifier of StateRecord.
Public property PreviousData Gets or sets the previous StateRecordDataPoint received for the HistorianID.
Public property Slope1 Gets or sets slope #1 used in the piece-wise linear compression of data.
Public property Slope2 Gets or sets slope #2 used in the piece-wise linear compression of data.
Public property Summary Gets the StateRecordSummary object for StateRecord.
Top
See Also