libtcspc.CountAccess¶ class libtcspc.CountAccess(*args, **kwargs)[source]¶ Bases: Access, Protocol Run-time access object for a Count processor. count()[source]¶ Return the current event count. Returns: The number of events counted so far. Return type: int