-
In MAX:
if the timeout < ~3000 ms, `query(:WAV:PRE?)`, times out. with timeout > ~5000 ms, this query is successful. Alternatively, if I do a `gpib_write(:WAV:PRE?)`, manually wait a couple seconds…
-
-
Instrument details
------------------
* Model: KEITHLEY 2231A-30-3 TRIPLE CHANNEL POWER SUPPLY
* Communication: USB
* Link to the documentation (if available): https://in.tek.com/tektroni…
-
I think it would be an improvement to pylabrad if non-device servers were added to the pylabrad repository, such as the gpib_device_manager, data_vault, etc. This would make the code a bit easier to …
-
Hi ,
I am trying to use pyvisa with Agilent DSA91304A over USB on Centos 6.10. I installed **VISA** packages NI-VISA-17.0.0 and pyvisa 1.8.
python -m visa info
Machine Details:
Platform ID: …
-
Attempting to communicate with Siglent SPD1000x
list_resources() returns nothing.
open fails.
Following are
(a) the output from lsusb -v
(b) a sample program, downloaded from here…
-
https://github.com/pyvisa/pyvisa-py/blob/ade24d0425008e8f742cf2c9875b8a3544051ee2/pyvisa-py/highlevel.py#L257
Shouldn't it be like this?
`return sess.gpib_control_ren(mode) `
-
The README mentions that a web page can't save to local disk. This is true, but there is a sandboxed storage location available to web pages called [Web Storage](https://en.wikipedia.org/wiki/Web_sto…
-
hello one and all,
this is related to and grown out of issue: https://github.com/pyvisa/pyvisa/issues/619
as a first step in learning this trigger and SRQ bit, i have replaced the wait_for_srq()…
-
The wiki has a nice tutorial on signals, but a lot of the servers (gpib_server.py and gpib_device_manager.py, for example) use "named messages" instead of signals, it seems. What is the difference, a…