python-scpi
python-scpi copied to clipboard
Since all the other wrappers either require VISA binary or are not generic (and do not implement the device I need)
TypeError: BaseEventLoop.create_connection() got an unexpected keyword argument 'loop' The loop parameter in open_connection has been removed in Python 3.10. It's now passed on to BaseEventLoop.create_connection() which gives the above error.
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...