libtcspc.DecodeSwabianTags¶
- final class libtcspc.DecodeSwabianTags(numeric_traits=None)[source]¶
Bases:
NodeProcessor that decodes 16-byte Swabian Time Tagger tags.
- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying
abstime,channel, andcounttypes. Defaults toNumericTraits().
Notes
Events handled:
SwabianTagEvent: decoded; emits one ofDetectionEvent,BeginLostIntervalEvent,EndLostIntervalEvent,LostCountsEvent, orWarningEvent.All other event types: rejected at graph build time.
End of input: pass through.
See also
- tcspc::decode_swabian_tags()
The underlying C++ factory function.