Search found 2 matches

by rilgin
Mon Oct 03, 2011 8:04 am
Forum: USB PC Oscilloscopes
Topic: Picoscope 3206 ps3000_run_block command random failure
Replies: 3
Views: 4975

Re: Picoscope 3206 ps3000_run_block command random failure

I am getting 0 as error code. Also in its function definition it says that ps3000_run_block returns 0 if one of the parameters is out of range and 1 if successful.
by rilgin
Sun Oct 02, 2011 7:50 am
Forum: USB PC Oscilloscopes
Topic: Picoscope 3206 ps3000_run_block command random failure
Replies: 3
Views: 4975

Picoscope 3206 ps3000_run_block command random failure

I am using picospcope 3206 for developing automatic test equipment. In one part of my flow chart I need to measure some signals from scope and I need to do this programmatically. For this reason in my code snippet I am calling the functions below in the same order: ps3000_stop() ps3000_set_channel()...