Search found 8 matches

by Reynaulu
Tue Dec 04, 2018 3:37 pm
Forum: General Software Discussions
Topic: Streaming with Python
Replies: 7
Views: 13708

Streaming with Python

Hello all, I am not familiar with Python and programming with Picoscope. I would like to write a python program in order to record long sets of data (~1hour). I have a Picoscope2206BMSO for starting but I will soon move to a Picoscope 4262 if everything goes well. Therefore I would like to use a str...
by Reynaulu
Mon Dec 03, 2018 11:42 am
Forum: General Software Discussions
Topic: Streaming with different Picoscopes ?
Replies: 4
Views: 4101

Re: Streaming with different Picoscopes ?

Dear Martyn, Thank you for your answer. Therefore I will keep going trying to make it work for the Pico2206 in a first time. By the way, do you know if there is an available example of streaming for Pico in python ? I am trying to run the one from the deprecated directory https://github.com/picotech...
by Reynaulu
Mon Dec 03, 2018 10:30 am
Forum: General Software Discussions
Topic: Streaming with different Picoscopes ?
Replies: 4
Views: 4101

Re: Streaming with different Picoscopes ?

Hello,

We should take a PicoScope 4262.
by Reynaulu
Thu Nov 29, 2018 11:44 am
Forum: General Software Discussions
Topic: Streaming with different Picoscopes ?
Replies: 4
Views: 4101

Streaming with different Picoscopes ?

Good morning, I am currently in possession of a Pico2206BMSO and trying to make a streaming python program for recording long data. However the Pico that we will order soon will be a Pico4000, it will be the Pico we really want to use. Therefore I wanted to ask if what I develop for streaming on the...
by Reynaulu
Tue Nov 27, 2018 4:07 pm
Forum: Getting Started
Topic: Starting with Picoscope and API
Replies: 4
Views: 10621

Re: Starting with Picoscope and API

Hello, Just a quick update in order to say that I succeeded in installing the wrapper. Just in case someone has the same problem as I did. It was more tricky than expected but here is what I did : >>> import sys >>> print sys.path ##to check if all the interesting paths are there >>> sys.path.append...
by Reynaulu
Wed Nov 21, 2018 10:38 am
Forum: Getting Started
Topic: Starting with Picoscope and API
Replies: 4
Views: 10621

Re: Starting with Picoscope and API

Hi Hitesh, Thank you for your answer ! I am sorry for asking such trivial questions but I already have looked through your github and the API Programmer's guide but I am sorry it is not basic instruction enough for me to start.... I downloaded Anaconda and Spyder and I am simply trying to import the...
by Reynaulu
Tue Nov 20, 2018 2:19 pm
Forum: Introductions
Topic: Hello
Replies: 1
Views: 3299

Hello

Hello everyone, I am a biologist that need to record very long samples (~1hour, 200ksample/s) and somebody nicely lent us a PicoScope 2000 series and I am starting to play with it. We will buy our own later but I am starting to try to do our own program for streaming data. The problem is I am a comp...
by Reynaulu
Tue Nov 20, 2018 2:03 pm
Forum: Getting Started
Topic: Starting with Picoscope and API
Replies: 4
Views: 10621

Starting with Picoscope and API

Good evening everyone, I am completely new to the world of Picoscope, Python programming etc. I have a PICO 2206BMSO and I would like to record some very long signals thanks to a "streaming" mode (~1hour at 200ksample/s). I installed the Picoscope 6 programm, and also the PicoSDK from the download r...