This repo contains scripts for automating specific tasks on various instruments. It communicates to instruments using VISA which is a standard for communication compatible over several mediums ...
In the case of pyvisa-py, each interface has their own (i) python module, and (ii) potentially, depends on a separate interface driver. For example, for the USB interface, all that is required is ...
Many engineers write code to automate instruments and collect data. While you can use commercially available programming languages, you can also use open-source software tools to write your automation ...