Handy python interfaces to various lab test equipment
Florian DupeyronOctober 2021-January 2022 Making this work on linux Copy the udev rules : $ sudo cp udev/*.rules /etc/udev/rules.d $ sudo udevadm control –reload $ sudo udevadm trigger For usbtmc devices, create the usbtmc group and add your user to it: sudo groupadd usbtmc sudo usermod -aG usbtmc $USER Restart your session Initialize a python virtual environment inside the directory (you may need to install a distribution package): $ python3
Read more