Handy python interfaces to various lab test equipment

Florian Dupeyron
October 2021-January 2022

Making this work on linux

  1. Copy the udev rules :

$ sudo cp udev/*.rules /etc/udev/rules.d
$ sudo udevadm control --reload
$ sudo udevadm trigger
  1. For usbtmc devices, create the usbtmc group and add your user to it:

sudo groupadd usbtmc
sudo usermod -aG usbtmc $USER
  1. Restart your session

  2. Initialize a python virtual environment inside the directory (you may need to install a distribution package):