Search found 4 matches

by mblack
Fri Apr 13, 2018 3:33 pm
Forum: General Software Discussions
Topic: Sampling Multiple Channels Simultaneously?
Replies: 3
Views: 11877

Re: Sampling Multiple Channels Simultaneously?

Hi Neil, Thanks for your quick reply. Ideally my loop would run indefinitely, which is why I thought streaming mode might be the way to go - but I haven't been able to get it to keep up with the loop speed (in Python). I thought it would be possible because in using the Picoscope6 software I found t...
by mblack
Thu Apr 12, 2018 8:38 pm
Forum: General Software Discussions
Topic: Sampling Multiple Channels Simultaneously?
Replies: 3
Views: 11877

Sampling Multiple Channels Simultaneously?

Hi, what is the recommended way to sample multiple channels simultaneously using the API Functions? I am using Python to interface with a 2408B, and am hoping to sample 3 channels simultaneously for 100us blocks @~10ns/sample in a loop of 10ms. That puts me at 10,000 samples per channel. For the sak...
by mblack
Tue Apr 10, 2018 6:51 pm
Forum: General Software Discussions
Topic: Triggering a PicoScope Signal Generator using the API
Replies: 9
Views: 32566

Re: Triggering a PicoScope Signal Generator using the API

I am using Python. Thank you, that fixed the issue.
by mblack
Fri Apr 06, 2018 7:16 pm
Forum: General Software Discussions
Topic: Triggering a PicoScope Signal Generator using the API
Replies: 9
Views: 32566

Re: Triggering a PicoScope Signal Generator using the API

Hello, I am using the ps2000a SDK with a model 2408B. I have the output of the AWG feeding into the input of channel D, and have set up a trigger with a threshold of +1V on channel D. Using an independent function generator and oscilloscope, I have verified that the 2408B is both producing the wavef...