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