You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the traceback-with-variables package as a dependency. If users would like to maintain the functionality, they will need to install this package separately and activate it within their code.
Added
Added a new configuration option log_uncaught_exceptions to enable/disable logging uncaught exceptions in the log file that is created. The default behavior is to enable logging uncaught exceptions to the log file.
Changed
Updated the error messages when VISA connections fail so that the messages are more informative (they now include the device type, resource expression, and VISA backend) and are logged to the main log file.
Updated the error messages which occur when VISA communication fails (write/query) to be more concise on the console while still maintaining the verbosity needed for debugging in the log file.
Updated the VISA communication error messages to include the device name and alias for faster identification when debugging.