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
channelOutputChannelThe output channel to configure.
loopbooltrue to set the output channel in continuous loop mode; false otherwise.