Click or drag to resize

MeasurementKeySetMeasurementMetadata Method

Updates the values of the Metadata.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public void SetMeasurementMetadata(
	string tagName,
	double adder,
	double multiplier,
	MeasurementValueFilterFunction valueFilter
)
View Source

Parameters

tagName  String
Gets or sets the text based tag name.
adder  Double
Defines an offset to add to the IMeasurement value.
multiplier  Double
Defines a multiplicative offset to apply to the IMeasurement value.
valueFilter  MeasurementValueFilterFunction
Defines the MeasurementValueFilterFunction to use when downsampling this type of IMeasurement value.
See Also