pyvisa / pyvisa-py

A pure python PyVISA backend
https://pyvisa-py.readthedocs.io
MIT License
282 stars 120 forks source link

docs: update info command for newer PyVISA #330

Closed Jayman2000 closed 2 years ago

Jayman2000 commented 2 years ago

In PyVISA’s repo, fcd3728 (updated commands to pyvisa-shell and pyvisa-info, 2017-11-22) replaced

python -m visa

with the pyvisa-shell and pyvisa-info commands. At this point, you have to use pyvisa-info. Running

python -m visa info

will no longer work.


MatthieuDartiailh commented 2 years ago

Thanks