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

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Instrument 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