drkirkby
Full Member level 6
- Joined
- Nov 6, 2011
- Messages
- 383
- Helped
- 59
- Reputation
- 118
- Reaction score
- 56
- Trophy points
- 1,308
- Activity points
- 5,194
I've got an HP 8720D VNA, and have written my own code in C to grab data from the instrument. I suspect writing data in the format of a Touchstone .s2p file is most logical for a 2-port VNA, as .s2p is the format likely to be used if exchanging data with other software.
I wrote some C code based on the draft specification of a Touchstone .s2p file, with that idea that if at a later date I want to share that with someone, or other software, it would be the best format. However, I do not have any software able to read or write a Touchstone file, so I have no idea if my code is working properly or not.
The attached file is one I created while measuring all 4 S-parameters of a 3 dB N attenuator. Could some kind sole please check if this file looks reasonable and can be read by software which reads a touchstone file. Ideally I'd like to be sure several programs can read it, but any one person is unlikly to have access to lots of bits of software able to read Touchstone files.
Dave
I wrote some C code based on the draft specification of a Touchstone .s2p file, with that idea that if at a later date I want to share that with someone, or other software, it would be the best format. However, I do not have any software able to read or write a Touchstone file, so I have no idea if my code is working properly or not.
The attached file is one I created while measuring all 4 S-parameters of a 3 dB N attenuator. Could some kind sole please check if this file looks reasonable and can be read by software which reads a touchstone file. Ideally I'd like to be sure several programs can read it, but any one person is unlikly to have access to lots of bits of software able to read Touchstone files.
Dave
Attachments
Last edited: