Search found 3 matches

by ibutter
Tue Nov 14, 2017 12:33 am
Forum: General Software Discussions
Topic: PicoVNA Functions not discoverable in 32-bit Python
Replies: 1
Views: 3088

PicoVNA Functions not discoverable in 32-bit Python

I'm working with the PicoVNA, running in a 32-bit python 2.7 environment, and I'm not able to access the functions within 'PicoControl2.dll' Python example, with comments highlighting errors for various function attempts: from ctypes import * lib = windll.LoadLibrary("PicoControl2") lib.PicoVNA_2 # ...
by ibutter
Mon Nov 13, 2017 9:26 pm
Forum: LabVIEW
Topic: PicoVNA
Replies: 1
Views: 2743

PicoVNA

Are there any PicoVNA examples for labview?

I just want to set up and run a simple S11 measurement
by ibutter
Mon Nov 13, 2017 8:14 pm
Forum: Projects
Topic: PicoVNA - control from Python in MacOS
Replies: 1
Views: 5267

PicoVNA - control from Python in MacOS

Hi, I'm trying to incorporate a PicoVNA into a system that runs under Python on MacOS. I appreciate this device is new, but wondered if there was a way to bypass the SDK (windows-only) and interact with the device over a python-friendly protocol in MacOS? Otherwise, I may have to move my system to w...