02-21-2014 05:05 PM
I would like to add additional information to the header files of the sNp files. An extra line or two to add specific testing information would be ideal. Is this possible? Currently I'm using the built in CALC:DATA:SNP:PORTS:SAVE command but maybe there is a way to append the document somewhere along the process. Thanks.
02-22-2014 02:20 PM
I think those files are just some txt with some of formatted as tab delimeted data. You can probably put anything you want to in there. I think the specification calls for a header. This is where you would put your custom stuff. Check out this SnP link.
02-22-2014 04:57 PM
I know that I'm going to need to put the information into a header. What I'm looking for is a way to insert the information there. Since I'm controlling the PNA via GPIB, I'm simply using the command to save the SnP data (which includes the header) and it stores it on the PNA. I am looking to find a way to edit the header during this step. I know that if it were a txt file stored on the controlling PC locally, I could use some append file commands to do this but I do not think these capabilities are available over GPIB.
02-22-2014 05:42 PM
02-22-2014 05:51 PM
My only thought on how to do this up until now was to use the MMEM:TRAN functions to move the file from the PNA to the local PC and edit it there then transfer back -- but was hoping to avoid the extra time in computation it would take to do that. I'm operating on a N5230C.
Thanks for the suggestions though.
02-22-2014 06:12 PM
Isn't that PNA just a Windows PC with network analyzer cards installed? Maybe you could share the drive and access the file directly through a network connection?