Table of Contents

Class AnalogOutput

Namespace
OpenEphys.Onix
Assembly
OpenEphys.Onix.dll
public class AnalogOutput : Sink<ushort[]>
Inheritance
AnalogOutput
Inherited Members

Properties

DeviceName

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

Property Value

string

Methods

Process(IObservable<ushort[]>)

Processes an observable sequence into a new sequence of the specified element type.

public override IObservable<ushort[]> Process(IObservable<ushort[]> source)

Parameters

source IObservable<ushort[]>

The source sequence to process.

Returns

IObservable<ushort[]>

An observable sequence with elements of type .