export_profile#

Hfss.export_profile(setup_name, variation_string='', file_path=None)[source]#

Export a solution profile to a PROF file.

Parameters:
setup_namestr

Setup name. For example, 'Setup1'.

variation_stringstr

Variation string with values. For example, 'radius=3mm'.

file_pathstr, optional

Full path to the PROF file. The default is None, in which case the working directory is used.

Returns:
str

File path if created.

References

>>> oDesign.ExportProfile