Connect to unsupported vendor's GPIB controller
古いコメントを表示
Hi All,
I've been using the instrument control toolbox for a bit now to control an Agilent piece of equipment, and have easily connected to it by creating a VISA object for the GPIB controller on the instrument, i.e.
instrument = visa('agilent', 'GPIB0::17::INSTR');
I'd now like to control another instrument, made by Stanford Research, that has a GPIB interface, but is not a supported vendor. Is this possible via the instrument control toolbox? If the interface is the same, how does the vendor need to be 'supported'? Is there a way to create a GPIB object for an arbitrary device?
Thank you for any help
回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Instrument Connection and Communication についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!