How to get rid of this error?
1 view (last 30 days)
Show older comments
I am trying to connect to a function generator and here is my code:
tmtool
>> g=gpib('ni',0,11);
>> fopen(g);
>> f=fgen();
>> f.Resource= 'GPIB0::11::INSTR';
>> f.Driver= 'tektronix_afg3022c.mdd';
>> connect(f)
I get the error: Failed to connect to instrument, please check instrument connection. So I tried using this command
obj = icdevice('tektronix_afg3022c.mdd',g)
connect(obj)
But that's only creating the interface- it will not connect to the function generator.
0 Comments
Answers (0)
See Also
Categories
Find more on Instrument Connection and Communication in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!