get_touchstone_data# Hfss.get_touchstone_data(setup_name, sweep_name=None, variation_dict=None)[source]# Return a Touchstone data plot. Parameters: setup_namelistList of the curves to plot. sweep_namestr, optionalName of the solution. The default value is None. variation_dictdict, optionalDictionary of variation names. The default value is None. Returns: pyaedt.generic.touchstone_parser.TouchstoneDataClass containing all requested data. References >>> oModule.GetSolutionDataPerVariation Copy to clipboard