When will Instrument Control Toolbox support gpib on 64-bit Mac OS?
1 次查看(过去 30 天)
显示 更早的评论
g = gpib('ni', 0, 22); Error using gpib (line 140) The specified VENDOR adaptor could not be found.
>> instrhwinfo('gpib', 'ni') Error using instrhwinfo (line 257) The specified VENDOR adaptor could not be found.
0 个评论
回答(1 个)
Andrei
2018-8-17
You can communicate with GPIB instruments on macOS by using the VISA interface with a VISA-GPIB resource name. The only limitation is that your GPIB adapter needs to be supported by NI VISA.
NI-VISA support on macOS is available as of MATLAB R2015b.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Instrument Control Toolbox Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!