Search found 2 matches

by andrejm
Sun Apr 06, 2014 9:43 pm
Forum: Linux
Topic: Thread safety - PicoScope 6402 series
Replies: 5
Views: 13173

Re: Thread safety - PicoScope 6402 series

Thanks for the info Karunen. What happens if I use multiple PicoScope units in multiple threads? For example if call ps6000GetValues in two threads at the same time, one for each device. Would ps6000GetValues functions execute in parallel or would one wait for the other to finish? Best regards, Andrej
by andrejm
Sun Mar 23, 2014 7:51 pm
Forum: Linux
Topic: Thread safety - PicoScope 6402 series
Replies: 5
Views: 13173

Thread safety - PicoScope 6402 series

Hi, I use one PicoScope 6402 with the 64bit libps6000.so library. I currently perform device configuration (ps6000MemorySegments, ps6000SetTrigger family, ps6000SetEts) in one thread and channel specific configuration (ps6000SetChannel, ps6000SetDataBuffer) in a second thread. Is it safe if two thre...