Method SetCustomTrainLoop
SetCustomTrainLoop(OutputChannel, bool)
Sets an output channel to loop its custom pulse train.
public void SetCustomTrainLoop(OutputChannel channel, bool loop)
Parameters
channel
OutputChannelThe output channel to configure.
loop
booltrue 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.