export_touchstone_on_completion# Hfss.export_touchstone_on_completion(export=True, output_dir=None)[source]# Enable or disable the automatic export of the touchstone file after completing frequency sweep. Parameters: exportbool, optionalWhether to export the Touchstone file after the simulation. The default is True. output_dirstr, optionalPath to the directory of exported file. The default is the project path. Returns: boolTrue when successful, False when failed. References >>> oDesign.SetDesignSettings