Table of Contents

Class ContinuousLoopConfiguration

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents configuration parameters specifying whether to play this output channel pulse train indefinitely when triggered, without needing to be re-triggered.

public class ContinuousLoopConfiguration : OutputChannelParameterConfiguration
Inheritance
ContinuousLoopConfiguration
Inherited Members

Properties

ContinuousLoop

Gets or sets a value specifying whether to set the output channel in continuous loop mode.

public bool ContinuousLoop { 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.