Matlab instrumental control through USB
Show older comments
Hi,
I have a Tek function generator. I connected to my PC through USB connection.
Run getResources command and Matlab can find it:
>> getResources(f)
ans =
USB0::0x0699::0x034C::C012027::INSTR
However, if I tried to connect to it, no connection can be setup. Is this a USB issue or something else?
>> f.Resource='USB0::0x0699::0x034C::C012027::INSTR'
f =
fgen: No connection has been setup with instrument. Type help fgen for more information.
Answers (1)
Vinod
on 12 Aug 2016
0 votes
Did you look at the example here:
Make sure you have the necessary IVI drivers installed.
Categories
Find more on Instrument Control Toolbox Supported Hardware in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!