export_touchstone#
- Circuit.export_touchstone(setup=None, sweep=None, output_file=None, variations=None, variations_value=None, renormalization=False, impedance=None, gamma_impedance_comments=False)#
Export a Touchstone file.
- Parameters:
- setup
str,optional Name of the setup that has been solved.
- sweep
str,optional Name of the sweep that has been solved.
- output_file
str,optional Full path and name for the Touchstone file. The default is
None, in which case the Touchstone file is exported to the working directory.- variations
list,optional List of all parameter variations. For example,
["$AmbientTemp", "$PowerIn"]. The default isNone.- variations_value
list,optional List of all parameter variation values. For example,
["22cel", "100"]. The default isNone.- renormalizationbool,
optional Perform renormalization before export. The default is
False.- impedance
float,optional Real impedance value in ohm, for renormalization, if not specified considered 50 ohm. The default is
None.- gamma_impedance_commentsbool,
optional Include Gamma and Impedance values in comments. The default is
False.
- setup
- Returns:
strFilename when successful,
Falsewhen failed.
References
>>> oDesign.ExportNetworkData