Skip to content

Change Message Timestamp for IXXAT to float #79

@hardbyte

Description

@hardbyte

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


Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions