Click or drag to resize
Grid Solutions Framework

WavInputAdapterOutputMeasurements Property

Gets or sets the output measurements.

Namespace: WavInputAdapter
Assembly: WavInputAdapter (in WavInputAdapter.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(null)]
[CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.MeasurementEditor", 
	null)]
public override IMeasurement[] OutputMeasurements { get; set; }
View Source

Property Value

IMeasurement

Implements

IAdapterOutputMeasurements
Remarks
The output measurements are like templates. New measurements generated by this adapter will be copies of these output measurements, in which only the values and timestamps will differ.
See Also