ImportSolution

Imports a matrix solution in HFSS, which can then be used in creating reports or in the display of matrix data. The imported solution need not have the same characteristics as the current design. Imported terminal data that meets the required criteria can be used for full-wave Spice export. Not used in HFSS-IE.

UI Access Right-click on Results > Import Solutions..., click on Import Solution... in the opened dialog window.
Parameters
Name Type Description
<FileName> String Location of the source data. The type of the data file will be determined strictly by its file extension. Supported types are Touchstone (.sNp or .yNp or .zNp or .tou), and Ansoft Designer (.flp).
<ImportName> String Identifying name to use for the import, analogous to solution setup name.
<SoluArray> Array The names of the solutions selected for import from the file. The only import format supporting multiple solutions in one file is HFSS8.x format.
Return Value None.

 

Python Syntax ImportSolution(<FileName>, <ImportName>, <SoluArray>)
Python Example

oModule.ImportSolution(

"c:\mydir\in.s2p", "MeasuredData", ["Sweep1"])