Why do I get an error for using icdevice even though I have all the instrument drivers installed?

4 次查看(过去 30 天)
I am trying to establish communication with R&S oscilloscope RTO2014 using matlab, for which I have to create a device object.
interfaceObj = visa('RS', 'TCPIP0::10.20.24.178::hislip0::INSTR');
deviceObj = icdevice('rsscope.mdd', interfaceObj);
But I get the following error :
Error using icdevice (line 283)
The driver must be a MATLAB interface instrument driver.
I have installed the rsscope driver. How can I fix this error?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Instrument Control Toolbox Supported Hardware 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by