How to get rid of this error?

1 次查看(过去 30 天)
Z
Z 2013-7-9
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 个)

类别

Help CenterFile Exchange 中查找有关 Instrument Connection and Communication 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by