Method | Description | |
---|---|---|
GetSignalType ( this measurement, |
Gets a unique (run-time only) signal type ID for the given measurement useful for sorting.
|
|
IsCalculated ( this measurement ) : bool |
Returns
|
|
IsDiscarded ( this measurement ) : bool |
Returns
|
|
MeasurementKeys ( this |
Returns the MeasurementKey values of a IMeasurement enumeration.
|
|
RuntimeSignalID ( this measurement ) : System.Guid |
Returns the measurement ID if defined, otherwise the run-time signal ID associated with the measurement key.
|
|
SetAdder ( this measurement, double adder ) : void |
Sets the adder (i.e., "b" of y = mx + b) for a IMeasurement.
|
|
SetKey ( this measurement, |
Sets the associated MeasurementKey for a IMeasurement.
|
|
SetMultiplier ( this measurement, double multiplier ) : void |
Sets the multiplier (i.e., "m" of y = mx + b) for a IMeasurement.
|
|
SetTagName ( this measurement, string tagName ) : void |
Sets the tag name for a IMeasurement.
|
|
TimestampQualityIsGood ( this measurement ) : bool |
Returns
|
|
ValueQualityIsGood ( this measurement ) : bool |
Returns
|
Method | Description | |
---|---|---|
LookupSignalType ( System.Guid signalID, |
public static GetSignalType ( this measurement, |
||
measurement | this | |
dataSource | ||
return | int |
public static IsCalculated ( this measurement ) : bool | ||
measurement | this | |
return | bool |
public static IsDiscarded ( this measurement ) : bool | ||
measurement | this | |
return | bool |
public static MeasurementKeys ( this |
||
measurements | this |
|
return | GSF.TimeSeries.MeasurementKey[] |
public static RuntimeSignalID ( this measurement ) : System.Guid | ||
measurement | this | |
return | System.Guid |
public static SetAdder ( this measurement, double adder ) : void | ||
measurement | this | |
adder | double | New adder value to assign to measurement's metadata. |
return | void |
public static SetKey ( this measurement, |
||
measurement | this | |
key | New measurement key value to assign to measurement's metadata. | |
return | void |
public static SetMultiplier ( this measurement, double multiplier ) : void | ||
measurement | this | |
multiplier | double | New multiplier value to assign to measurement's metadata. |
return | void |
public static SetTagName ( this measurement, string tagName ) : void | ||
measurement | this | |
tagName | string | New tag name value to assign to measurement's metadata. |
return | void |
public static TimestampQualityIsGood ( this measurement ) : bool | ||
measurement | this | |
return | bool |
public static ValueQualityIsGood ( this measurement ) : bool | ||
measurement | this | |
return | bool |