libtcspc.DecodePQT2Generic

final class libtcspc.DecodePQT2Generic(numeric_traits=None)[source]

Bases: Node

Processor that decodes PicoQuant T2 (Generic) FIFO records.

Used with HydraHarp V2, MultiHarp, TimeHarp 260, and PicoHarp 330. Sync edges are reported as DetectionEvent on channel -1.

Parameters:

numeric_traits (NumericTraits or None) – Numeric traits specifying abstime and channel types. Defaults to NumericTraits().

Notes

Events handled:

See also

tcspc::decode_pqt2_generic()

The underlying C++ factory function.