Error connecting oscilloscope Agilent using oscilloscope()
Show older comments
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!
Answers (1)
Harimurali
on 18 Mar 2024
0 votes
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.
Categories
Find more on Quick Control Interfaces in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!