Hello
I would like to automate dielectric property (complex permittivity and complex permeability) extraction from S-parameters (.S2P files) with a python script, so that I can do batch processing.
Specifically the following steps:
1) Select algorithm (e.g. NIST Iterative)
2) Provide sample length (and optionally uncertainty in sample length)
3) Provide cut-off frequency
4) Save data to a text file supplying frequency unit (e.g. GHz) and numeric format (e.g. f9)
Is this possible using a python script?
Kind regards
Liam