Table of Contents

Class ConfigureAnalogIO

Namespace
OpenEphys.Onix
Assembly
OpenEphys.Onix.dll
public class ConfigureAnalogIO : SingleDeviceFactory
Inheritance
ConfigureAnalogIO
Inherited Members

Constructors

ConfigureAnalogIO()

public ConfigureAnalogIO()

Properties

Direction00

public ChannelDirection Direction00 { get; set; }

Property Value

ChannelDirection

Direction01

public ChannelDirection Direction01 { get; set; }

Property Value

ChannelDirection

Direction02

public ChannelDirection Direction02 { get; set; }

Property Value

ChannelDirection

Direction03

public ChannelDirection Direction03 { get; set; }

Property Value

ChannelDirection

Direction04

public ChannelDirection Direction04 { get; set; }

Property Value

ChannelDirection

Direction05

public ChannelDirection Direction05 { get; set; }

Property Value

ChannelDirection

Direction06

public ChannelDirection Direction06 { get; set; }

Property Value

ChannelDirection

Direction07

public ChannelDirection Direction07 { get; set; }

Property Value

ChannelDirection

Direction08

public ChannelDirection Direction08 { get; set; }

Property Value

ChannelDirection

Direction09

public ChannelDirection Direction09 { get; set; }

Property Value

ChannelDirection

Direction10

public ChannelDirection Direction10 { get; set; }

Property Value

ChannelDirection

Direction11

public ChannelDirection Direction11 { get; set; }

Property Value

ChannelDirection

Enable

public bool Enable { get; set; }

Property Value

bool

InputRange00

public VoltageRange InputRange00 { get; set; }

Property Value

VoltageRange

InputRange01

public VoltageRange InputRange01 { get; set; }

Property Value

VoltageRange

InputRange02

public VoltageRange InputRange02 { get; set; }

Property Value

VoltageRange

InputRange03

public VoltageRange InputRange03 { get; set; }

Property Value

VoltageRange

InputRange04

public VoltageRange InputRange04 { get; set; }

Property Value

VoltageRange

InputRange05

public VoltageRange InputRange05 { get; set; }

Property Value

VoltageRange

InputRange06

public VoltageRange InputRange06 { get; set; }

Property Value

VoltageRange

InputRange07

public VoltageRange InputRange07 { get; set; }

Property Value

VoltageRange

InputRange08

public VoltageRange InputRange08 { get; set; }

Property Value

VoltageRange

InputRange09

public VoltageRange InputRange09 { get; set; }

Property Value

VoltageRange

InputRange10

public VoltageRange InputRange10 { get; set; }

Property Value

VoltageRange

InputRange11

public VoltageRange InputRange11 { get; set; }

Property Value

VoltageRange

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.