libtcspc.DecodeBHSPC600_4096ch¶
- final class libtcspc.DecodeBHSPC600_4096ch(numeric_traits=None)[source]¶
Bases:
NodeProcessor that decodes BH SPC-600/630 48-bit FIFO records (4096-channel mode).
- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying the
abstime,channel, anddifftimetypes of the emitted events. Defaults toNumericTraits().
Notes
Events handled:
BHSPC600_4096chEvent: decoded; emits zero or more ofTimeReachedEvent,TimeCorrelatedDetectionEvent,DataLostEvent, andWarningEvent.All other event types: rejected at graph build time.
End of input: pass through.
See also
- tcspc::decode_bh_spc600_4096ch()
The underlying C++ factory function.