Click or drag to resize

IndependentOutputAdapterManagerBaseSignalType Property

Gets or sets default signal type to use for output measurements when SignalTypes array is not defined.

Namespace:  GSF.TimeSeries.Adapters
Assembly:  GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.3.303-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SignalType SignalType { get; set; }
Request Example View Source

Property Value

Type: SignalType

Implements

IIndependentAdapterManagerSignalType
Remarks
Not used by output adapters, inputs into IOutputAdapter are not reentrant into time-series framework.
See Also