libtcspc.RecordAbstimeRangeAccessor

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

Bases: Accessor, Protocol

Run-time accessor for a RecordAbstimeRange processor.

See also

tcspc::record_abstime_range_accessor

The underlying C++ accessor.

RecordAbstimeRange

The processor accessed.

max()[source]

Return the maximum abstime observed so far.

Returns:

The largest abstime of any abstime-stamped event observed, or None if no such event has been observed yet.

Return type:

int or None

min()[source]

Return the minimum abstime observed so far.

Returns:

The smallest abstime of any abstime-stamped event observed, or None if no such event has been observed yet.

Return type:

int or None