Warning: Escaped character '\U' is not valid. See 'doc sprintf' for supported special characters

6 次查看(过去 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
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
hsmistry 2020-9-28
Hi M P,
If I remember correctly, this could be linked to one of the following reasons:
  1. An incorrect prototype file (ps5000aMFile or ps5000aWrapMFile) is being picked up (depending on the version of the Instrument Driver support package in use).
  2. If the PicoScope is in use via another process.
If you still need help, please provide the following information:
  1. 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?
  2. The version of PicoSDK installed.
  3. The version of MATLAB in use.
  4. Whether the block mode capture examples work without any issue.
  5. 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 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by