export_to_q3d#

Setup3DLayout.export_to_q3d(output_file, keep_net_name=False)[source]#

Export the HFSS 3D Layout design to a Q3D design.

Parameters:
output_filestr

Full path and file name for exporting the project.

keep_net_namebool

Whether to keep the net name in the 3D export, The default is False.

Returns:
bool

True when successful, False when failed.

keep_net_namebool

Keep net name in 3D export when True or by default when False. Default value is False.

References

>>> oModule.ExportToQ3d