libtcspc.DecodePQT2Generic¶
- final class libtcspc.DecodePQT2Generic(numeric_traits=None)[source]¶
Bases:
NodeProcessor that decodes PicoQuant T2 (Generic) FIFO records.
Used with HydraHarp V2, MultiHarp, TimeHarp 260, and PicoHarp 330. Sync edges are reported as
DetectionEventon channel-1.- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying
abstimeandchanneltypes. Defaults toNumericTraits().
Notes
Events handled:
PQT2GenericEvent: decoded; emits zero or more ofTimeReachedEvent,DetectionEvent,MarkerEvent, andWarningEvent.All other event types: rejected at graph build time.
End of input: pass through.
See also
- tcspc::decode_pqt2_generic()
The underlying C++ factory function.