erzoe

Results 6 issues of erzoe

I think this resolves #16. Please see the commit messages for 3c86dd6f5001c211fdfa6b7aba2c3f2e7aee253b and 7e58cff1a8584ec783ba92956e329465c27243d8.

- Added a new attribute to signals: `lsb`, the startbit which is displayed in Vector CANdb++ (and is different from `start`, the value which is saved in the dbc file),...

This is a continuation of https://github.com/marcelbuesing/can-dbc/pull/10. In dbc files the information whether a message is an extended frame or standard frame is encoded in bit 31 of the message ID....

#### ISSUE TYPE - Bug fix #### RUNTIME ENVIRONMENT - Operating system and version: Arch Linux - Terminal emulator and version: alacritty 0.12.2 (9d9982df) - Python version: Python 3.11.5 -...

Checking the following code with mypy causes the error: Module has no attribute "Database" [attr-defined] ```python dbc = cantools.database.load_file('example.dbc') assert isinstance(dbc, cantools.database.Database) ``` Using the following instead works but is...

enhancement

### Describe the bug Referencing a method defined in the parent class from a child class with `` :meth:`x` `` does not work. It looks as it should but there...