import_touchstone_solution# Circuit.import_touchstone_solution(input_file: str, solution: str = 'Imported_Data') → list# Import a Touchstone file as the solution. Parameters: input_filestrName of the Touchstone file. solutionstr, optionalName of the solution. The default is "Imported_Data". Returns: listList of ports. References >>> oDesign.ImportData