export_profile# Q3d.export_profile(setup, variation='', output_file=None)[source]# Export a solution profile to a PROF file. Parameters: setupstrSetup name. For example, 'Setup1'. variationstrVariation string with values. For example, 'radius=3mm'. output_filestr, optionalFull path to the PROF file. The default is None, in which case the working directory is used. Returns: strFile path if created. References >>> oDesign.ExportProfile