Search found 3 matches

by Pierre_IM
Wed Nov 07, 2018 5:42 pm
Forum: General Software Discussions
Topic: Python with Picoscope 6402C - Freeze when using GetValuesTriggerTimeOffsetBulk64
Replies: 2
Views: 4136

Python with Picoscope 6402C - Freeze when using GetValuesTriggerTimeOffsetBulk64

Hello everyone, I'm using a Picoscope 6402C on Python 3.7 Anaconda. The software uses slightly modified library from https://pypi.org/project/picoscope/. I know this is not the official wrappers but as I not an expert on python and programming in general they were the simplest to use. I'm using rapi...
by Pierre_IM
Tue Jan 30, 2018 3:30 pm
Forum: C and C++
Topic: PS5000A : Long Streaming acq with low sampling rate
Replies: 2
Views: 6115

Re: PS5000A : Long Streaming acq with low sampling rate

Hi, I somehow manage to get my software working, I figure how the GetLatestValue function work, it fills my buffer starting where it stop at last call, eventually going back to the beginning when the buffer is completely filled. So before each call I fill my buffer with a constant value, so I get de...
by Pierre_IM
Mon Jan 29, 2018 3:48 pm
Forum: C and C++
Topic: PS5000A : Long Streaming acq with low sampling rate
Replies: 2
Views: 6115

PS5000A : Long Streaming acq with low sampling rate

Hi there, I would like to use a PicoScope 5242B to do a long acquisition (a few hours) of a signal at a low sampling rate (around 10kHz). My goal is to use the PicoScope to count the number of pulse (1ms duration) of a signal during a long time. I've considered using rapid block mode, but the re-arm...