Table of Contents

Class ConfigureOutputChannel

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents an operator that configures output channel parameters on a Pulse Pal device.

[Combinator]
[WorkflowElementCategory(ElementCategory.Sink)]
public class ConfigureOutputChannel : OutputChannelConfiguration, INamedElement
Inheritance
ConfigureOutputChannel
Implements
Inherited Members

Properties

DeviceName

Gets or sets the name of the Pulse Pal device.

Methods

Process(IObservable<PulsePalDevice>)

Configures the output channel parameters on every Pulse Pal device in the observable sequence.

Process<TSource>(IObservable<TSource>)

Configures the output channel parameters on the Pulse Pal device whenever an observable sequence emits a notification.