Send a LUA script via USB to a Test Script Processor enabled device using Matlab
古いコメントを表示
I am working with a Keithley 3706-S switcher which can be configures using a LUA code sent via Test Script Builder (TSB). LUA code for my application is simply one single line:
channel.exclusiveclose('1003')
Now the above instrument is interfaced over the USB port. I would like to know how could I do the same using Matlab
採用された回答
その他の回答 (1 件)
Dhrumil
2013 年 10 月 30 日
0 投票
Hello,
I am trying to do the same thing but using TCP/IP and Matlab. How would I send the LUA commands through Matlab over TCP/IP?
Thanks.
カテゴリ
ヘルプ センター および File Exchange で Structured Data and XML Documents についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!