get_touchstone_data# Circuit.get_touchstone_data(setup_name=None, sweep_name=None, variations=None)[source]# Return a Touchstone data plot. Parameters: setup_namelistName of the setup. sweep_namestr, optionalName of the sweep. The default value is None. variationsdict, 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