This is an old revision of the document!
Reset the pulse count for the specified counter channel to 0.
from cubloc import CountReset CountReset(channel: int)
channel number (0 to 4).channel is not an integer.channel is outside the supported range.from cubloc import CountReset # Example usage CountReset(0)