Warning: Escaped character '\U' is not valid. See 'doc sprintf' for supported special characters
9 次查看(过去 30 天)
显示 更早的评论
Hello to all.
This warning appears each time I try to run the script (PS5000A_IC_Generic_Driver_Streaming used for PicoScope 5444D), although I did not write this string anywhere. All path specifications are "C:/Dir1/Dir2/... etc. I run it on Win10. Could someone explain this mystery, please?
MP
3 个评论
Image Analyst
2020-5-4
Unfortunately you forgot to attach the script "PS5000A_IC_Generic_Driver_Streaming used for PicoScope 5444D.m" with the paper clip icon, so we can't help much more until we see it, or at least the line of code that threw the error (i.e., attach ALL the red text, not just part of it).
hsmistry
2020-9-28
Hi M P,
If I remember correctly, this could be linked to one of the following reasons:
- An incorrect prototype file (ps5000aMFile or ps5000aWrapMFile) is being picked up (depending on the version of the Instrument Driver support package in use).
- If the PicoScope is in use via another process.
If you still need help, please provide the following information:
- Which version of the PicoScope 5000 Series (A API) Instrument Driver Support Package is in use, and where it was obtained from (MATLAB Central File Exchange?). Did you install it from within MATLAB?
- The version of PicoSDK installed.
- The version of MATLAB in use.
- Whether the block mode capture examples work without any issue.
- Whether the following commands work:
loadlibrary('ps5000a.dll', @ps5000aMFile_<arch>); % Replace <arch> with the output of computer ('arch')
loadlibrary('ps5000aWrap.dll', @ps5000aWrapMFile_<arch>);
libfunctionsview('ps5000a');
libfunctionsview('ps5000aWrap');
unloadlibrary('ps5000a');
unloadlibrary('ps5000aWrap');
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!