Search found 2 matches

by florix
Mon Oct 28, 2013 3:13 pm
Forum: C and C++
Topic: c++ PicoScope 6402B
Replies: 3
Views: 9214

c++ PicoScope 6402B

Hi, I try to program the PicoScope 6402B witch c++. My problem is that can not open the Picoscope. her is my code #include "stdafx.h" #include "ps6000Api.h" #include "picoStatus.h" using namespace System; int main(array ^args){ PICO_STATUS status; status = ps6000OpenUnit( 0, NULL) ...
by florix
Mon Oct 28, 2013 1:22 pm
Forum: MATLAB
Topic: PicoScope 6402B programming in matlab
Replies: 1
Views: 3416

PicoScope 6402B programming in matlab

Hello, I would like to program a PicoScope 6402B. To open the PicoScope I tried the following matlabcode. loadlibrary( 'PS6000.dll' , 'ps6000Api') ; calllib('PS6000' , 'ps6000OpenUnit', 0 , '[NULL]' ) ; But the PicoScope not open. There are code examples for the 6000 Serie? Thanks in advance florix