Table of Contents

TriggerOutputChannels

sink Operator

Represents an operator that triggers the specified output channels to begin playing their pulse sequences.

TriggerOutputChannels Workflow

Inputs & Outputs

Triggers the specified output channels on the Pulse Pal device whenever an observable sequence emits a notification.

Observable

The sequence containing the notifications used to trigger the output channels on the Pulse Pal device.

right-arrow
representation of a source, sink, transform or combinator operator
right-arrow
Observable

An observable sequence that is identical to the source sequence but where there is an additional side effect of triggering the specified output channels on the Pulse Pal device whenever the sequence emits a notification.

Properties

Property Type Description
Channels ChannelTriggers

Gets or sets a value specifying which output channel triggers to set.

Channel1 = 1

Start stimulation on output channel 1.

Channel2 = 2

Start stimulation on output channel 2.

Channel3 = 4

Start stimulation on output channel 3.

Channel4 = 8

Start stimulation on output channel 4.

DeviceName string

Gets or sets the name of the Pulse Pal device.

Relationships

Namespace - Bonsai.PulsePal
Assembly - Bonsai.PulsePal.dll
Inheritance
TriggerOutputChannels