Class AnalogInput
public class AnalogInput : Source<ManagedFrame<short>>
- Inheritance
-
AnalogInput
- Inherited Members
Properties
DeviceName
[TypeConverter(typeof(AnalogIO.NameConverter))]
public string DeviceName { get; set; }
Property Value
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}.