export_parametrics#
- property ConfigurationsOptions.export_parametrics[source]#
Define if the parametrics have to be exported to json file. Default is True.
- Returns:
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.configurations.options.export_parametrics = False # Disable the parametrics export