Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
We cannot connect the device when we convert our script to a function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Image Analyst
am 12 Dez. 2018
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
am 12 Dez. 2018
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.
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!