Table of Contents

Method SetCustomTrainLoop

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

SetCustomTrainLoop(OutputChannel, bool)

Sets an output channel to loop its custom pulse train.

public void SetCustomTrainLoop(OutputChannel channel, bool loop)

Parameters

channel OutputChannel

The output channel to configure.

loop bool

true 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.