LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

configuring a network analyzer from a text file

Hello 

How can I use Labview to read a configuration mode from a text file and send it to an Agilent network 8720 to configure it?

thank you 

 

0 Kudos
Message 1 of 4
(2,442 Views)

Hi linglong,

 

use text file functions to read your text file. Then use VISA functions to communicate with your device...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(2,422 Views)

Hi Kudos,

Thank you for your reply.

Can you help me with the right VISA function to communicate the text file to the Network?

thank you 

 

 

0 Kudos
Message 3 of 4
(2,369 Views)

Hi linglong,

 

you will use VISARead and VISAWrite functions.

 

The commands needed for communication with your device will be found in the manual of your device. Keysight does provide those manuals on their website!

You can also browse the Instrument Driver Network for suitable drivers, there are several available!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,362 Views)