import_touchstone_solution# Circuit.import_touchstone_solution(filename, solution_name='Imported_Data')[source]# Import a Touchstone file as the solution. Parameters: filenamestrName of the Touchstone file. solution_namestr, optionalName of the solution. The default is "Imported_Data". Returns: listList of ports. References >>> oDesign.ImportData Copy to clipboard