libtcspc.CountAccessor

class libtcspc.CountAccessor(*args, **kwargs)[source]

Bases: Accessor, Protocol

Run-time accessor for a Count processor.

See also

tcspc::count_accessor

The underlying C++ accessor.

Count

The processor accessed.

count()[source]

Return the current event count.

Returns:

The number of events counted so far.

Return type:

int