Table of Contents

Method Process

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Process<TSource>(IObservable<TSource>)

Sets a constant voltage on an output channel in the Pulse Pal device whenever an observable sequence emits a notification.

public override IObservable<TSource> Process<TSource>(IObservable<TSource> source)

Parameters

source IObservable<TSource>

The sequence containing the notifications used to set the fixed voltage on the specified Pulse Pal channel.

Returns

IObservable<TSource>

An observable sequence that is identical to the source sequence but where there is an additional side effect of setting a single channel on the Pulse Pal device to a constant voltage whenever the sequence emits a notification.

Type Parameters

TSource

The type of the elements in the source sequence.