A Python driver for controlling instruments over Ethernet using the VXI-11 protocol. It allows remote control of oscilloscopes, power supplies, and other test equipment. Current version 0.9, released periodically.
pip install python-vxi11Verified import paths — ran on the pinned version, not inferred.
Connect to an instrument and query its identity.
Wrap the first command in a try block to catch timeouts or connection errors.
Pass timeout in milliseconds, e.g., timeout=5000 for 5 seconds.
Use 'instr.write('*IDN?\n')' then 'instr.read()' if needed.Run 'pip install python-vxi11' and ensure the correct Python environment.
Use 'import vxi11' and then reference 'vxi11.Instrument()'.
Verify network connectivity and increase timeout (milliseconds).
No dependency data recorded yet.