Click or drag to resize

IndependentInputAdapterManagerBaseSignalType Property

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

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(typeof(SignalType), "CALC")]
public virtual SignalType SignalType { get; set; }
View Source

Property Value

SignalType

Implements

IIndependentAdapterManagerSignalType
See Also