libtcspc.DecodePQT3Generic¶
- final class libtcspc.DecodePQT3Generic(numeric_traits=None)[source]¶
Bases:
NodeProcessor that decodes PicoQuant T3 (Generic) FIFO records.
Used with HydraHarp V2, MultiHarp, TimeHarp 260, and PicoHarp 330.
- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying
abstime,channel, anddifftimetypes. Defaults toNumericTraits().
Notes
Events handled:
PQT3GenericEvent: decoded; emits zero or more ofTimeReachedEvent,TimeCorrelatedDetectionEvent,MarkerEvent, andWarningEvent.All other event types: rejected at graph build time.
End of input: pass through.
See also
- tcspc::decode_pqt3_generic()
The underlying C++ factory function.