Skip to content

1.10.0

Latest
Compare
Choose a tag to compare
@sanssecours sanssecours released this 29 Apr 08:34
f562a52

Documentation

ICOn

Measure

  • Add support for specifying the channel configuration for the measurement

Internal

Network

  • The Network class now raises a CANInitError (a subclass of NetworkError), when it is unable to initialize the CAN connection instead of a more general NetworkError.
  • Make sure CAN bus is shutdown properly in error scenarios. This update should get rid of warning messages, such as “PcanBus was not properly shut down”.

Sensor Configuration

  • Add check for correct init arguments
  • Add method to check if sensor configuration requires hardware that supports channel configuration

STU- Test

  • The STU test now tries to fix CAN communication problems, after flashing a new firmware on the chip. This fix should get rid of the bus error that might occur otherwise:

    Bus error: an error counter reached the 'heavy'/'warning' limit
    

    and might cause problems in in other tests afterwards.