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