-
@dkriegner pointed out in #819 that pyvisa-py does not implement `flush` for any other device than the serial connection. Other connections raise a `NotImpelementedError`.
Best course of action:
1…
-
Hello,
I'm running with python 3.8 some Thorlabs motors. It's working fine so far. Thanks a lot for the amazing code!
Unfortunately, the following warning always appears when initializing the moto…
-
**Revision 0**
I'm able to import pyvisa by following along with the documentation but I'm running into errors when trying to build the object:
```ruby
require 'pycall/import'
include PyCall::Im…
-
hello,
i am a developer of [scikit-rf](http://scikit-rf-web.readthedocs.org/en/latest/), an RF/microwave module. within this module i have various VI's that have been written with pyvisa.
i rece…
-
Instrument details
------------------
* Siglent SDS2352XE
* USB
* https://www.siglent.eu/product/1139322/siglent-sds2352x-e-350mhz-dual-channel-oscilloscope
Output of `pyvisa-info`
```
Ma…
-
Hello tivek,
Thank you for creating a gpib backend that I can use in PyVisa with PyVisa-py. The issue I am having relates to an inability to load the GPIB library. As given in your example, there i…
-
I'm getting the following issue running on macOS 10.14.4 with Python 3.7 on a Rigol DS1054Z
```python
File "rigol_grab.py", line 69, in
grabber.grab(filename=opts.filename, auto_open=opts.…
-
I'm getting a ValueError("No device found.") exception when attempting to connect to the instrument. I'm checking the instrument in the NI Max device manager and it is available and I can communicate …
-
Hi,
ethernet/wireless based remote control using the LXI interface allows for three different types of connection.
The classic VXI-11 mode uses ONC/Sun RPC mechanism and multiple TCP ports for …
ul-gh updated
5 years ago
-
```
on windows 7 64, python 2.7
I try installing 1.7 or 1.8 via python setup.py install
and get
Traceback (most recent call last):
File "setup.py", line 4, in
import dpkt
File "c:\Users\fabi…