Unable to create Visa object

31 vues (au cours des 30 derniers jours)
Shannon Gebauer
Shannon Gebauer le 3 Août 2018
Modifié(e) : Stephen23 le 3 Août 2018
I am trying to connect to a TDS6124C o-scope via Visa to Matlab. I receive the following error:
Error using visa (line 224) Unable to create VISA object. The required drivers may not be installed properly. Type 'instrhelp visa' for more information.
I have verified that the correct Visa IP address is used in the following code:
visa_address_tds = 'TCPIP::169.254.247.136::INSTR';
buffer = 1000*1024;
tds = visa('TEK', visa_address_tds,'InputBufferSize', buffer,...
'OutputBufferSize', buffer);
deviceTDS = icdevice('tektronix_tds6124C.mdd', tds);
disconnect(deviceTDS);
connect(deviceTDS)
Any ideas as to what the issue could be?
  1 commentaire
Stephen23
Stephen23 le 3 Août 2018
Modifié(e) : Stephen23 le 3 Août 2018

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Octave dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by