Table of Contents

SetFixedVoltage

sink Operator

Represents an operator that sets a constant voltage on an output channel.

SetFixedVoltage Workflow

Inputs & Outputs

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

Observable

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

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 setting a single channel on the Pulse Pal device to a constant voltage whenever the sequence emits a notification.

Properties

Property Type Description
Channel OutputChannel

Gets or sets a value specifying the output channel to set to a fixed voltage.

Channel1 = 1

The output channel 1.

Channel2 = 2

The output channel 2.

Channel3 = 3

The output channel 3.

Channel4 = 4

The output channel 4.

DeviceName string

Gets or sets the name of the Pulse Pal device.

Voltage double

Gets or sets the constant voltage for the output channel.

Relationships

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