Info

此问题已关闭。 请重新打开它进行编辑或回答。

We cannot connect the device when we convert our script to a function

1 次查看(过去 30 天)
We have a script that uses pico2000 series.
When we transform this script into a function, the
connect(ps2000DeviceObj)
command does not work.
Can you tell us the reason ?
  3 个评论
Image Analyst
Image Analyst 2018-12-12
Perhaps after you read THIS LINK we might be able to. Until then about all I can guess is that the ps2000DeviceObj variable is not in scope, or you added input arguments to the function and just hit the green run triangle without calling it with the required arguments. Of course we'll know much, much more after you read the link.
Steven Lord
Steven Lord 2018-12-12
What does "does not work" mean in this context?
  • Does it throw an error? If so, what is the full text of that error message (everything displayed in red?)
  • Does it issue a warning? If so, what is the full text of that warning message (everything displayed in orange?)
  • Does it leave the ps2000DeviceObj object in a bad state, where you cannot interact with it?
  • Does it do something else? If so, describe in detail what it does.

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by