-
hello one and all,
i put this down for a while but now i'm back on it. i'm using a raspberry pi 4b with raspbian buster 32-bit with linux-gpib and python3.7 on it, below. pyvisa and pyvisa-py wor…
-
Thank you for your work and sharing, I am really interested in this project, because I also have this AWG. But I am a little confused that why not use pyvisa directly?
-
Instrument details
------------------
* Model: keysight 53230A
* Communication: usb
* Link to the documentation (if available):https://www.keysight.com/gb/en/library/manuals/programming-and-syntax…
-
The code below attempts to connect to a non-existent hislip instrument "hislip999" on the local machine. The call to 'open_resource' hangs.
To Reproduce
--------------
```python
import pyvisa
…
-
I have installed visa, pyvisa and pyvisa-py (both through pip), and can run those modules with e.g., SCPI commands to a Keithley 6487 (i.e., pyvisa.ResourceManager() works).
I then installed Inst…
-
Hi,
I'm new to pyvisa and trying to automate experiments in electronics. I could get it to work on a first device but I'm stuck with my oscilloscope. It is connected via USB (USBTMC) and detected co…
-
### Description of the bug
scope.write("MEASurement:DELete:ALL")
scope.write("MEASUREMENT:DELETEALL")
scope.commands.measurement.deleteall.write()
scope.commands.measurement.delete.write(num_m…
-
in order to fix error related to new versions of pyvisa:
replace line 46 of interface\pyvisa.py with:
self.instrument = visa.ResourceManager().get_instrument(resource, *args, **kwargs)
Best …
-
I used pip to install pyvisa and then pytektronixscope on a Windows system. When I try to import PyTektronixScope, I get the error “cannot import name vpp43.” I have done some research and determined…
-
I am woking on a testbench with pyvisa-sim, and I found with the sim backend, `instr.bytes_in_buffer` for a simulate serial conenction does not work:
```
$python builds/locl/sim/sim_test.py
LSG …