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