I setup Matlab for capturing data from picoscope 2208B. Installed PicoSDK and PicoScope Support Toolbox.
However, I get the following message when running PS2000_ID_Block_Example.m
Warning: Disconnect: No devices found.
Error using icdevice
An error occurred while executing the driver create code.
There was an error loading the library "libps2000.so"
libps2000.so: cannot open shared object file: No such file or directory
If the error is not an instrument error, use MIDEDIT to inspect the driver.
Error in PS2000_ID_Block_Example (line 51)
ps2000DeviceObj = icdevice('picotech_ps2000_generic.mdd');
I can't find the library in question. Can you please advice on what the issue might be?
Thanks in advance