Table of Contents

Class CustomTrainLoopConfiguration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents configuration parameters specifying whether the output channel will loop its custom pulse train.

public class CustomTrainLoopConfiguration : OutputChannelParameterConfiguration
Inheritance
CustomTrainLoopConfiguration
Inherited Members

Properties

CustomTrainLoop

Gets or sets a value specifying whether the output channel will loop its custom pulse train.

public bool CustomTrainLoop { get; set; }

Property Value

bool

Methods

Configure(PulsePalDevice)

Applies the channel parameter configuration to the specified Pulse Pal device.

public override void Configure(PulsePalDevice device)

Parameters

device PulsePalDevice

The Pulse Pal device to configure.