Error connecting oscilloscope Agilent using oscilloscope()
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello! I faced with some troubles with Agilent 54624A oscilloscope. I've managed to connected the scope using icdevice. But when I try to create quick-control oscilloscope object
instrreset;
o = oscilloscope();
o.Driver = 'Ag546XX.mdd';
o.Resource = 'ASRL22::INSTR';
connect(o);
I face with message "Failed to connect to the oscilloscope, please check instrument connection." What the reasons may be for the error?
I use Matlab r2013b due to the driver requires 32-bit version.
Thank you in advance for help!
0 Kommentare
Antworten (1)
Harimurali
am 18 Mär. 2024
HI Uladzislau,
I inferred from your question that you are able connect the "Agilent 54624A" oscilloscope using the 'icdevice" function but are not able to do the same using a quick-control oscilloscope object.
The reasone for this seems to be that you have not installed all the necessary software packages and have not done the necessary configuration to use a quick-control oscilloscope object.
Please refer to the following link for all the information on the necessary software packages and configurations required to use a quick-control oscilloscope object:
Hope this helps.
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!