libtcspc.DecodeSwabianTags

final class libtcspc.DecodeSwabianTags(numeric_traits=None)[source]

Bases: Node

Processor that decodes 16-byte Swabian Time Tagger tags.

Parameters:

numeric_traits (NumericTraits or None) – Numeric traits specifying abstime, channel, and count types. Defaults to NumericTraits().

Notes

Events handled:

See also

tcspc::decode_swabian_tags()

The underlying C++ factory function.