Warning: Escaped character '\U' is not valid. See 'doc sprintf' for supported special characters
조회 수: 2 (최근 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개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!