GPIB 接口
使用 VISA-GPIB 接口与仪器通信
GPIB 是一种标准化接口,允许您连接和控制来自不同供应商的多个设备。通信是通过您在 MATLAB® 工作区中创建的 VISA-GPIB 对象 visadev 建立的。有关创建 VISA-GPIB 对象的信息,请参阅 Get Started with GPIB Interface。
您可以写入和读取二进制数据和文本数据。有关两者的示例,请参阅 Write and Read GPIB Data。
函数
App
| VISA 通信管理器 | Connect to and communicate with instruments over VISA (自 R2022b 起) |
主题
- Get Started with GPIB Interface
Establish a connection between MATLAB and your instrument using the VISA-GPIB interface.
- Write and Read GPIB Data
Write and read both text and binary data over the VISA-GPIB interface.
- 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.
- GPIB Overview
Basic features of the General Purpose Interface Bus (GPIB).
- Transition Your Code to VISA-GPIB Interface
Connect to a GPIB instrument using
visadevinstead ofgpib.
疑难解答
Troubleshooting GPIB Interface
Troubleshoot the VISA-GPIB interface.