export_to_csv#
- SetupParam.export_to_csv(output_file: str) bool#
Export the current Parametric Setup to csv.
- Parameters:
- output_file
str Full Path to the csv file.
- output_file
- Returns:
- bool
True if the export is correctly executed.
Examples
>>> from ansys.aedt.core.modules.design_xploration import SetupParam >>> obj = SetupParam() >>> obj.export_to_csv(output_file="example.csv")