Table of Contents

Class ConfigureTriggerChannel

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

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

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

Properties

DeviceName

Gets or sets the name of the Pulse Pal device.

Methods

Process(IObservable<PulsePalDevice>)

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

Process<TSource>(IObservable<TSource>)

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