libtcspc.ChannelMatcher¶
- class libtcspc.ChannelMatcher(channel, numeric_traits=None)[source]¶
Bases:
MatcherMatcher that matches events whose
channelequals a given value.- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying
channel_type. Defaults toNumericTraits().
See also
- tcspc::channel_matcher
The underlying C++ matcher.