export_to_hfss#

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

Export the HFSS 3D Layout design to an HFSS 3D design.

This method is not supported with IronPython.

Parameters:
output_filestr

Full path and file name for exporting the project.

keep_net_namebool

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

Returns:
bool

True when successful, False when failed.

References

>>> oModule.ExportToHfss