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