Table of Contents

Method SetContinuousLoop

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

SetContinuousLoop(OutputChannel, bool)

Sets an output channel to play its pulse train indefinitely when triggered, without needing to be re-triggered.

public void SetContinuousLoop(OutputChannel channel, bool loop)

Parameters

channel OutputChannel

The output channel to configure.

loop bool

true to set the output channel in continuous loop mode; false otherwise.