Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the s2p file from Agilent 5071B ENA and to save in pc ?, also need to run this continuously and to save s2p file in certain period of time ?

I interfaced ENA 5071B using labview with agena vi.  I need to save the s2p file from the network analyzer.. I am requesting you guys to help me and pls suggest wat kind of vi i need to use from agena.....

 

Thanks

0 Kudos
Message 1 of 4
(7,839 Views)

Hi,

 

This sound as if you use a third party driver palette with LabVIEW. The documentation and the support for this is provide by the manufacturer of the device and the driver. Unfortuately, I have no additional ressources to help you with that.

 

Have you tried contacting the Agilent-Support?

 

Regards

René

 

 

0 Kudos
Message 2 of 4
(7,794 Views)

The PNA driver does not have the vi to full support what you want. The SCPI commands to do what you want are:

MMEM:STOR:TRAC:FORM:SNP MA; - to format the data in Mag dB Phase linear.

CALC1:DATA:SNP:PORTs:Save '1,2' , 'local file name on PNA file system.s2p' - to create  PNA local files of s2p data

MMEMory:TRANsfer? 'controllerfilename.s2p'  - to transfer the datafile from PNA to test controller using GPIB block transfer.

 

You will have to create these SCPI commads and VI's for yourself as the driver does not have them built in.

 

Good luck.

0 Kudos
Message 3 of 4
(7,752 Views)

Here is a VI that pulls a file from the ENA and saves it on the PC>

0 Kudos
Message 4 of 4
(7,486 Views)