libtcspc.NullReader

final class libtcspc.NullReader(event_type)[source]

Bases: AcquisitionReader

Acquisition reader that immediately signals end of stream.

Useful as a placeholder when an Acquire source is required structurally but no data is expected to be read.

Parameters:

event_type (EventType) – Element type that the reader would otherwise produce. Must match the element type of the Acquire processor.

See also

tcspc::null_reader

The underlying C++ reader.

Acquire

Source processor that drives the reader.