export_parametric_results#
- Circuit.export_parametric_results(sweep: str, output_file: str, export_units: bool = True) bool#
Export a list of all parametric variations solved for a sweep to a CSV file.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.ExportParametricResults
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.export_parametric_results("ParametricSetup1", "results.csv")