Click or drag to resize
Grid Solutions Framework

MeasurementWrapper Properties

The MeasurementWrapper type exposes the following members.

Properties
  Name Description
Public property Adder The adder used to adjust the value of the measurement.
Public property ID The identification number of the measurement. PointIDs are unsigned integers, but MongoDB needs to store them as signed integers.
Public property Multiplier The multiplier used to adjust the value of the measurement.
Public property SignalID String representation of the measurement's signal ID.
Public property Source The source of the measurement.
Public property TagName The measurement's tag name.
Public property Timestamp The timestamp associated with the measurement.
Public property Value The value of the measurement, before applying the adder and multiplier.
Top
See Also