export_touchstone#

Circuit.export_touchstone(solution_name=None, sweep_name=None, file_name=None, variations=None, variations_value=None)[source]#

Export the Touchstone file to a local folder.

Parameters:
solution_namestr, optional

Name of the solution that has been solved.

sweep_namestr, optional

Name of the sweep that has been solved.

file_namestr, optional

Full path and name for the Touchstone file. The default is None, in which case the file is exported to the working directory.

variationslist, optional

List of all parameter variations. For example, ["$AmbientTemp", "$PowerIn"]. The default is None.

variations_valuelist, optional

List of all parameter variation values. For example, ["22cel", "100"]. The default is None.

Returns:
bool

True when successful, False when failed.

References

>>> oDesign.ExportNetworkData