Table of Contents

Class ConfigureChannelParameter

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents an operator that configures a single channel parameter on a Pulse Pal device.

[WorkflowElementCategory(ElementCategory.Sink)]
public class ConfigureChannelParameter : PolymorphicCombinator, ICustomTypeDescriptor, INamedElement
Inheritance
ConfigureChannelParameter
Implements
Inherited Members

Constructors

ConfigureChannelParameter()

Initializes a new instance of the ConfigureChannelParameter class.

Properties

DeviceName

Gets or sets the name of the Pulse Pal device.

Parameter

Gets or sets the channel parameter to configure.

Methods

Process(IObservable<PulsePalDevice>)

Configures a single channel parameter on every Pulse Pal device in the observable sequence.

Process<TSource>(IObservable<TSource>)

Configures a single channel parameter on the Pulse Pal device whenever an observable sequence emits a notification.