Click or drag to resize

OutputAdapterBaseOutputMeasurements Property

Gets or sets output measurements that the AdapterBase will produce, if any.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual IMeasurement[] OutputMeasurements { get; set; }
View Source

Property Value

IMeasurement

Implements

IAdapterOutputMeasurements
Remarks
Redefined to hide attributes defined in the base class.
See Also