Click or drag to resize

IMeasurementExtensions Methods

The IMeasurementExtensions type exposes the following members.

Methods
  Name Description
Public Extension Method DeriveQualityFlags Gets derived quality flags from a set of source measurements.
Public Extension Method GetDataColumn Gets a single column of measurement data from a two dimensional data window.
Public Extension Method GetSignalType Gets a unique (run-time only) signal type ID for the given measurement useful for sorting.
Public Extension Method IsCalculated Returns true if CalculatedValue is set.
Public Extension Method IsDiscarded Returns true if DiscardedValue is set.
Public Extension Method MeasurementKeys Returns the MeasurementKey values of a IMeasurement enumeration.
Public Extension Method RuntimeSignalID Returns the measurement ID if defined, otherwise the run-time signal ID associated with the measurement key.
Public Extension Method SetAdder Sets the adder (i.e., "b" of y = mx + b) for a IMeasurement.
Public Extension Method SetKey Sets the associated MeasurementKey for a IMeasurement.
Public Extension Method SetMultiplier Sets the multiplier (i.e., "m" of y = mx + b) for a IMeasurement.
Public Extension Method SetTagName Sets the tag name for a IMeasurement.
Public Extension Method TimestampQualityIsGood Returns true if BadTime is not set.
Public Extension Method TimestampQualityIsSuspect Returns true if SuspectTime is set.
Public Extension Method ValueQualityIsGood Returns true if BadData is not set.
Top
See Also