Search found 1 match

by hendrik
Thu May 16, 2013 10:33 am
Forum: General Software Discussions
Topic: pico python interface (partial, ps2000)
Replies: 10
Views: 29452

Re: pico python interface (partial, ps2000)

Hello, I have reused the PicoWrapper class in order to load the dll. This works fine when use get_values in block mode. However the ps2000_set_sig_gen() refuses to do something. Here's my code: import sys, time from ctypes import * from socket import * from functools import partial from array import...