VISA-Schnittstelle
Sie können die VISA-Schnittstelle mit vielen verschiedenen Schnittstellentypen verwenden, beispielsweise TCP/IP, USB, GPIB und anderen. Sie erstellen ein visadev-Objekt mit Argumenten, die den Typ der Schnittstelle bestimmen, über die Sie kommunizieren. Für ein VISA-GPIB-Objekt verwendet die Funktion visadev beispielsweise eine VISA-Ressourcenzeichenfolge, die den Boardindex und die Adresse enthält.
Funktionen
Eigenschaften
| visadev Properties | Access VISA resource properties (Seit R2021a) |
Apps
| VISA Explorer | Connect to and communicate with instruments over VISA (Seit R2022b) |
Blöcke
| VISA | Communicate with VISA resources (Seit R2023b) |
Themen
Herstellen einer Verbindung zu und Konfigurieren von VISA-Schnittstellen
- Get Started with VISA
Get started with the Virtual Instrument Standard Architecture (VISA) interface. - Get Started with TCP/IP Interface for VXI-11 and HiSLIP
Establish a connection between MATLAB® and your instrument using the VISA-TCP/IP interface. - Get Started with TCP/IP Socket Interface
Establish a connection between MATLAB and your instrument using the VISA-Socket interface. - Get Started with USB Interface
Establish a connection between MATLAB and your instrument using the VISA-USB interface. - Get Started with GPIB Interface
Establish a connection between MATLAB and your instrument using the VISA-GPIB interface. - Get Started with Serial Port Interface
Establish a connection between MATLAB and your instrument using the VISA-Serial interface. - Get Started with VXI and PXI Interfaces
Establish a connection between MATLAB and your instrument using the VISA-VXI or VISA-PXI interface.
Kommunizieren Sie mit VISA Resource
- Write and Read ASCII Data Using VISA
Explore ASCII write and read operations with a VISA object. - Write and Read Binary Data Using VISA
Explore binary write and read operations with a VISA object. - Send Trigger to Instrument
Send the trigger command to your VISA resource. - Execute Serial Polls
Execute a serial poll to check the status of your VISA resource. - Transition Your Code to visadev Interface
Connect to a VISA device usingvisadevinstead ofvisa.
Fehlersuche
Fehlerbehebung bei der VISA-Schnittstelle
Beheben Sie Probleme mit der VISA-Schnittstelle.
Resolve VISA Connection Errors
Troubleshoot connecting to a device using VISA.
Resolve VISA Warning: Unable to Read Any Data
Troubleshoot when you receive some data and you get the warning message: 'visadev' unable to read any data.
Resolve VISA Warning: Unable to Read All Data
Troubleshoot when you receive some data and you get the warning message: 'visadev' unable to read all requested data.



