export_to_csv#

SetupParam.export_to_csv(output_file: str) bool#

Export the current Parametric Setup to csv.

Parameters:
output_filestr

Full Path to the csv 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")