- https://in.mathworks.com/products/instrument/supported/anritsu.html
- https://dl.cdn-anritsu.com/en-us/test-measurement/files/Application-Notes/Application-Note/MS269xA_EF6101.pdf
- https://in.mathworks.com/hardware-support/ni-visa-keysight-visa-tekvisa.html
Controlling your VNA via USB
14 ビュー (過去 30 日間)
古いコメントを表示
Hie,
I am trying to write a simple code for controlling Anritsu MS46112B VNA via USB port. Could anyone please provide a simple code for this ?
0 件のコメント
回答 (1 件)
Pooja Kumari
2023 年 9 月 5 日
Dear Zah,
I understand that you are facing issues with Controlling your Anritsu MS46112B VNA via USB Port. You can refer to the below documentation for more information on supported anritsu devices:
You will also require Instrument Control Toolbox for controlling VNA via USB.
You can refer to the below documentation for connecting the device using VISA:
Furthermore, you can search for devices using the following code:
resourceList = visadevlist
%Create a connection to the first resource over the VISA-USB interface using the resource name.
usbdev = visadev("USB0::0x0699::0x036A::CU010105::0::INSTR")
Please refer to the below documentation for more information on Anritsu Instruments and Instrument Control Toolbox:
I hope this helps!
Regards,
Pooja Kumari
1 件のコメント
florence
2024 年 11 月 7 日
Hello
I have working with vna anritsu 2036 I can make the connection using usb but I don't know which matlab function I can use to retreive data from the VNA. I have tried fscanf and writeread. please could you give me an program example ?
Regards
Florence
参考
カテゴリ
Help Center および File Exchange で Instrument Control Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!