PyVISA allows dialog between a computer and various engineering instruments such as oscilloscopes, spectrum analyzers, waveform generators, etc. using the VISA Framework of National Instruments, which must be installed independently.
WARNING: VISA Frameworks prior to 14.0, (released 2014), are 32-bit only, so to be able to use py-visa on a 64-bit machine, you MUST
EITHER
install a 64-bit-compatible VISA version
OR
install a universal Python and execute python in 32-bit mode with ‘arch -i386’.
PyVISA allows dialog between a computer and various engineering instruments such as oscilloscopes, spectrum analyzers, waveform generators, etc. using the VISA Framework of National Instruments, which must be installed independently.
WARNING: VISA Frameworks prior to 14.0, (released 2014), are 32-bit only, so to be able to use py-visa on a 64-bit machine, you MUST
EITHER
install a 64-bit-compatible VISA version
OR
install a universal Python and execute python in 32-bit mode with ‘arch -i386’.
To install py39-visa, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-visa
To see what files were installed by py39-visa, run:
port contents py39-visa
To later upgrade py39-visa, run:
sudo port selfupdate && sudo port upgrade py39-visa
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.