Search found 1 match

by beachpanda
Tue Sep 27, 2022 12:20 pm
Forum: General Software Discussions
Topic: PicoScope 2205A - Parallel Plotting in Python
Replies: 0
Views: 9631

Re: PicoScope 2205A - Parallel Plotting in Python

That's my code so far. I've problems with the "ps2000_get_streaming_values_no_aggregation" function. import ctypes from ctypes import POINTER, c_int16, c_uint32 import matplotlib.pyplot as plt import numpy as np from picosdk.ps2000 import ps2000 from picosdk.functions import assert_pico2000_ok from ...