Machine Details:
Platform ID: Windows-10-10.0.16299-SP0
Processor: Intel64 Family 6 Model 79 Stepping 1, GenuineIntel
Python:
Implementation: CPython
Executable: c:\users\localuser\appdata\local\continuum\anaconda3\envs\visaenv\python.exe
Version: 3.6.5
Compiler: MSC v.1900 64 bit (AMD64)
Bits: 64bit
Build: Apr 6 2018 16:13:55 (#default)
Unicode: UCS4
PyVISA Version: 1.10.0.dev0
Backends:
ni:
Version: 1.10.0.dev0 (bundled with PyVISA)
Binary library: Not found
py:
Version: 0.3.dev0
ASRL INSTR: Available via PySerial (3.4)
USB INSTR: Available via PyUSB (1.0.2). Backend: libusb0
USB RAW: Available via PyUSB (1.0.2). Backend: libusb0
TCPIP INSTR: Available
TCPIP SOCKET: Available
GPIB INSTR:
Please install linux-gpib to use this resource type.
No module named 'gpib'
Currently i have a National Instruments USB-6363 connected, and it is seen in Device Manager under lib-usbwin32 Devices
Here is my pyvisa-info:
Currently i have a National Instruments USB-6363 connected, and it is seen in Device Manager under
lib-usbwin32 Devices
In addition when i run the following code:
The output shows the device:
Thus i know the device is seen by PyUSB.
But when i do the following:
All i see is:
('ASRLCOM3::INSTR', 'ASRLCOM1::INSTR')
Which is just some generic intel COM controllers on my machine.I also tried
but the same result appears.
Additionally the same result appears when i use the standard back-end