libtcspc.DecodeBHSPC600_256ch¶
- final class libtcspc.DecodeBHSPC600_256ch(numeric_traits=None)[source]¶
Bases:
NodeProcessor that decodes BH SPC-600/630 32-bit FIFO records (256-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_256chEvent: 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_256ch()
The underlying C++ factory function.