Class ConfigureAnalogIO
public class ConfigureAnalogIO : SingleDeviceFactory
- Inheritance
-
ConfigureAnalogIO
- Inherited Members
Constructors
ConfigureAnalogIO()
public ConfigureAnalogIO()
Properties
Direction00
public ChannelDirection Direction00 { get; set; }
Property Value
Direction01
public ChannelDirection Direction01 { get; set; }
Property Value
Direction02
public ChannelDirection Direction02 { get; set; }
Property Value
Direction03
public ChannelDirection Direction03 { get; set; }
Property Value
Direction04
public ChannelDirection Direction04 { get; set; }
Property Value
Direction05
public ChannelDirection Direction05 { get; set; }
Property Value
Direction06
public ChannelDirection Direction06 { get; set; }
Property Value
Direction07
public ChannelDirection Direction07 { get; set; }
Property Value
Direction08
public ChannelDirection Direction08 { get; set; }
Property Value
Direction09
public ChannelDirection Direction09 { get; set; }
Property Value
Direction10
public ChannelDirection Direction10 { get; set; }
Property Value
Direction11
public ChannelDirection Direction11 { get; set; }
Property Value
Enable
public bool Enable { get; set; }
Property Value
InputRange00
public VoltageRange InputRange00 { get; set; }
Property Value
InputRange01
public VoltageRange InputRange01 { get; set; }
Property Value
InputRange02
public VoltageRange InputRange02 { get; set; }
Property Value
InputRange03
public VoltageRange InputRange03 { get; set; }
Property Value
InputRange04
public VoltageRange InputRange04 { get; set; }
Property Value
InputRange05
public VoltageRange InputRange05 { get; set; }
Property Value
InputRange06
public VoltageRange InputRange06 { get; set; }
Property Value
InputRange07
public VoltageRange InputRange07 { get; set; }
Property Value
InputRange08
public VoltageRange InputRange08 { get; set; }
Property Value
InputRange09
public VoltageRange InputRange09 { get; set; }
Property Value
InputRange10
public VoltageRange InputRange10 { get; set; }
Property Value
InputRange11
public VoltageRange InputRange11 { get; set; }
Property Value
Methods
Process(IObservable<ContextTask>)
Processes an observable sequence into a new sequence of the specified element type.
public override IObservable<ContextTask> Process(IObservable<ContextTask> source)
Parameters
source
IObservable<ContextTask>The source sequence to process.
Returns
- IObservable<ContextTask>
An observable sequence with elements of type ContextTask.