-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] pyVISA backend #10
base: master
Are you sure you want to change the base?
Conversation
Could we write up some doc on configuring the Conda.jl environment? I'm having some issues getting this to work on some environments? I'll chat with you tomorrow. |
Yeah it seems to only work with some very specific combinations of python and conda. I keep getting python |
Well, i tried on my work computer, but i cannot see the GPIB devices, i cannot connect to serial device: (v1.1) pkg> add Conda (v1.1) pkg> add Instruments#master julia> using Instruments julia> rm = ResourceManager() julia> instruments = find_resources(rm) julia> uwSource = GenericInstrument() julia> connect!(rm, uwSource, "ASRL1::INSTR") julia> |
I tried to use pyVisa-py in python 3.7 and the same results: i cannot see gpib devices. |
@catosp I would stick with the NI back end for now if it's working for you. We're still trying to figure out a configuration that works with all systems. |
Replace NI c library backend with pure-python pyvisa-py.
Still a WIP as I occasionally get strange PyCall errors, but the basic functionality should be there. Use at your own risk!