Hi,
I am newbie to instrument programming and need to communicate with an E4483C to do basic things - turn on, send commands, etc using an Ubuntu machine over Ethernet. Should I use SCPII commands or PyVisa - which is the path of lesser resistance?
Hi,
I am newbie to instrument programming and need to communicate with an E4483C to do basic things - turn on, send commands, etc using an Ubuntu machine over Ethernet. Should I use SCPII commands or PyVisa - which is the path of lesser resistance?
You can use the Python package PyVisa to send SCPII comands to your device. It's not one or the other ...
This is from april 29, did you get any further?