Table of Contents

Class AnalogInput

Namespace
OpenEphys.Onix
Assembly
OpenEphys.Onix.dll
public class AnalogInput : Source<ManagedFrame<short>>
Inheritance
AnalogInput
Inherited Members

Properties

DeviceName

[TypeConverter(typeof(AnalogIO.NameConverter))]
public string DeviceName { get; set; }

Property Value

string

Methods

Generate()

Generates an observable sequence of data elements.

public override IObservable<ManagedFrame<short>> Generate()

Returns

IObservable<ManagedFrame<short>>

An observable sequence of data elements of type OpenEphys.Onix.ManagedFrame{System.Int16}.