Streaming mode python script for PicoScope 6000a

Post general discussions on using our drivers to write your own software here
Post Reply
Charly11
Newbie
Posts: 0
Joined: Mon Jun 07, 2021 11:39 am

Streaming mode python script for PicoScope 6000a

Post by Charly11 »

Hi,
I would like to use the PicoScope 6824E with a python script in streaming mode to acquire a large amount of data. Unfortunately, I couldn't find any example code for implementing this and what's more, the documentation provided by Picotech didn't allow me to make it working good. Somebody could give me more precision about streaming mode or giving me an example script?

Thanks in advance.

bennog
Advanced User
Advanced User
Posts: 206
Joined: Mon Nov 26, 2012 9:16 am
Location: Netherlands

Re: Streaming mode python script for PicoScope 6000a

Post by bennog »

have you looked at the GIT repository ?

https://github.com/picotech/picosdk-python-wrappers

Benno

Charly11
Newbie
Posts: 0
Joined: Mon Jun 07, 2021 11:39 am

Re: Streaming mode python script for PicoScope 6000a

Post by Charly11 »

Yes I did, but the script for streaming mode isn't complete, even empty.

bennog
Advanced User
Advanced User
Posts: 206
Joined: Mon Nov 26, 2012 9:16 am
Location: Netherlands

Re: Streaming mode python script for PicoScope 6000a

Post by bennog »

Ok I see the code is only half done.
Depending on your python skills you can try to convert complete the code from the 6000 example or even the 5000 series.

What I know from C code the overall structure per scope series is the same. Most time some minor differences.

Benno

Post Reply