フィルターのクリア

How do I record commands of an icdevice object (similar to record(d) for a gpib device)?

1 回表示 (過去 30 日間)
Scott
Scott 2020 年 8 月 17 日
I can get this to work as expected:
[tt is created as a gpib() device]
tt.RecordDetail = 'verbose';
tt.RecordName = "turntableGPIB.txt";
tt.RecordMode = 'index';
record(tt);
what is the equivalent for an icdevice? I'd like to log all the commands (commands and responses) from devices:
full_addr = 'USB0::0x0AAD::0x0057::0102102::INSTR'
cmw_base = icdevice('rscmw.mdd', full_addr);
cmw_bt = icdevice('rscmwbtm.mdd', full_addr);

回答 (0 件)

カテゴリ

Help Center および File ExchangeInstrument Connection and Communication についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by