set_export_touchstone# Hfss.set_export_touchstone(activate, export_dir='')[source]# Set automatic export of the Touchstone file after simulation. Parameters: activateboolWhether to export the Touchstone file after simulation finishes. export_dirstr, optionalDirectory to export the Touchstone file to. The default is "", in which case the Touchstone file is exported to the working directory. Returns: boolTrue when successful, False when failed. References >>> oDesign.SetDesignSettings Copy to clipboard