Originally reported by: Stephan Schuetz (Bitbucket: tv_schuetz, GitHub: Unknown)
Change the Message Timestamp for IXXAT bus to a float value. Now, only an integer is calculated.
Possible solution:
Line 250:
self._tick_resolution = float(self._channel_capabilities.dwClockFreq / self._channel_capabilities.dwTscDivisor)
or
Line 358 of canlib.py in interfaces/ixxat change to
float(self._message.dwTime) / self._tick_resolution