Table of Contents

Class ConfigureRhd2164

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

Constructors

ConfigureRhd2164()

public ConfigureRhd2164()

Properties

AmplifierDataFormat

public Rhd2164AmplifierDataFormat AmplifierDataFormat { get; set; }

Property Value

Rhd2164AmplifierDataFormat

AnalogHighCutoff

public Rhd2164AnalogHighCutoff AnalogHighCutoff { get; set; }

Property Value

Rhd2164AnalogHighCutoff

AnalogLowCutoff

public Rhd2164AnalogLowCutoff AnalogLowCutoff { get; set; }

Property Value

Rhd2164AnalogLowCutoff

DspCutoff

public Rhd2164DspCutoff DspCutoff { get; set; }

Property Value

Rhd2164DspCutoff

Enable

public bool Enable { get; set; }

Property Value

bool

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.