フィルターのクリア

How to get rid of this error?

2 ビュー (過去 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 Center および File ExchangeGeneric Instrument Drivers についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by