find_touchstone_files#
- ansys.aedt.core.visualization.advanced.touchstone_parser.find_touchstone_files(input_dir: str) dict#
Get all Touchstone files in a directory.
- Parameters:
- input_dir
stror :class:’pathlib.Path’ Folder path.
- input_dir
- Returns:
dictDictionary with the SNP file names as the key and the absolute path as the value.
Examples
>>> from ansys.aedt.core.visualization.advanced.touchstone_parser import find_touchstone_files >>> find_touchstone_files(input_dir="C:/Temp")