This is an old revision of the document!
Immediately stop pulse output on the specified step channel.
from cubloc import StepStop StepStop(channel: int)
StepPulse channel number (0 or 1).channel is not an integer.channel is outside the supported range.from cubloc import StepStop # Example usage StepStop(0)