libtcspc.DifftimeDataMapper¶
- class libtcspc.DifftimeDataMapper(numeric_traits=None)[source]¶
Bases:
DataMapperData mapper that maps the
difftimefield to the datapoint value.The mapped event must have a
difftimefield.- Parameters:
numeric_traits (NumericTraits or None) – Numeric traits specifying
datapoint_type. Defaults toNumericTraits().
See also
- tcspc::difftime_data_mapper
The underlying C++ data mapper.