Method SetContinuousLoop
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
OutputChannelThe output channel to configure.
loop
booltrue to set the output channel in continuous loop mode; false otherwise.