Method SetCustomTrainLoop
SetCustomTrainLoop(OutputChannel, bool)
Sets an output channel to loop its custom pulse train.
public void SetCustomTrainLoop(OutputChannel channel, bool loop)
Parameters
channelOutputChannelThe output channel to configure.
loopbooltrue if the output channel should loop its custom pulse train for the duration specified by SetPulseTrainDuration(OutputChannel, double); otherwise, the pulse train ends after its final pulse.