·
21 commits
to main
since this release
v3.5.0 (2025-12-19)
Merged Pull Requests
- feat: Added Python API support for the MSMU60-2 module. (#525)
- python-deps(deps): bump the python-dependencies group with 3 updates (#511)
- Enhanced expect_esr (#523)
- gh-actions(deps): bump the gh-actions-dependencies group with 12 updates (#521)
- python-deps(deps): bump the python-dependencies group with 4 updates (#519)
- gh-actions(deps): bump actions/checkout (#517)
- python-deps(deps): bump the python-dependencies group across 1 directory with 8 updates (#518)
- gh-actions(deps): bump tektronix/python-package-ci-cd (#501)
- python-deps(deps): bump the python-dependencies group across 1 directory with 11 updates (#510)
- fix: remove trailing comma when writing frames to CSV to avoid CSV parsing errors (#504)
- python-deps(deps): bump the python-dependencies group with 8 updates (#502)
- python-deps(deps): bump the python-dependencies group with 2 updates (#499)
Added
- Added Python API support for the MSMU60-2 module for the MP5103 modular precision test system (mainframe).
Fixed
- Updated the
TekScope.curve_query()method to properly create a csv file without any trailing commas that previously caused csv parsing issues. - Updated
_AbstractDeviceVISAWriteQueryControl.expect_esr(): - Updated
tsp_control.get_buffers()to use subindex rather than improperly strip characters for buffer_size_name. - Updated
tm_devices/helpers/verification_functions.verify_valueshelper function to use Decimal to calculate percentage tolerance to avoid floating point math anomalies.