PicoVNA Functions not discoverable in 32-bit Python

Post general discussions on using our drivers to write your own software here
Post Reply
ibutter
Newbie
Posts: 0
Joined: Mon Nov 13, 2017 8:11 pm

PicoVNA Functions not discoverable in 32-bit Python

Post by ibutter »

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:

Code: Select all

from ctypes import *
lib = windll.LoadLibrary("PicoControl2")
lib.PicoVNA_2   # - >  "AttributeError: function 'PicoVNA_2' not found"
lib.FND             # - >  "AttributeError: function 'FND' not found"

Any help appreciated.
Ian

Hitesh

Re: PicoVNA Functions not discoverable in 32-bit Python

Post by Hitesh »

Hi Ian,

You will need to connect to the ActiveX server PicoControl2.PicoVNA_2 .

A member of our Team will respond to your e-mail support ticket.

Regards,

Post Reply