export_to_q3d#
- Setup3DLayout.export_to_q3d(output_file: str, keep_net_name: bool = False, unite: bool = True) bool#
Export the HFSS 3D Layout design to a Q3D design.
- Parameters:
- Returns:
References
>>> oModule.ExportToQ3d
Examples
>>> from ansys.aedt.core import Hfss3dLayout >>> app = Hfss3dLayout() >>> setup = app.create_setup() >>> setup.export_to_q3d(output_file="example.aedt")