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