This is an old revision of the document!
Return how many pulses have been generated by the most recent StepPulse or StepAccel command on the channel.
from cubloc import StepStat StepStat(channel: int)
StepPulse channel number (0 or 1).
Return how many pulses have been generated by the most recent StepPulse or StepAccel command on the channel.
channel is not an integer.channel is outside the supported range.from cubloc import StepStat # Example usage result = StepStat(0) print(result)