Error connecting oscilloscope Agilent using oscilloscope()

19 vues (au cours des 30 derniers jours)
Uladzislau
Uladzislau le 9 Mar 2023
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!

Réponses (1)

Harimurali
Harimurali le 18 Mar 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.

Community Treasure Hunt

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

Start Hunting!

Translated by