How to use the Agilent AgB29xx driver with Matlab?
Show older comments
Hi, I want to use a Agilent B2912 SMU with Matlab. I installed the Agilent IO Libraries Suite and the instrument driver.
When I now try ro run the demo Matlab script which was installed with the driver in simulation mode, I get an error at the following line:
>> driver = instrument.driver.AgB29xx(); The class instrument has no property or method named 'driver'.
How do I get this to work? Thanks a lot!
2 Comments
Friedrich
on 21 May 2013
Seems like a selfmade driver. The Instrument Control Toolbox has a class called instrument. Maybe there is shadowing issue going on? For my the instrument class has no properties:
>> which instrument
C:\Program Files\MATLAB\R2013a\toolbox\shared\instrument\@instrument\instrument.m % instrument constructor
>> properties('instrument')
No properties for class instrument or no class instrument.
So the error you get makes sense.
Stefan
on 23 May 2013
Answers (0)
Categories
Find more on Instrument Control Toolbox 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!