read_touchstone#
- ansys.aedt.core.visualization.advanced.touchstone_parser.read_touchstone(input_file: str) TouchstoneData#
Load the contents of a Touchstone file into an NPort.
- Parameters:
- input_file
str The path of the touchstone file.
- input_file
- Returns:
ansys.aedt.core.generic.touchstone_parser.TouchstoneDataNPort holding data contained in the touchstone file.
Examples
>>> from ansys.aedt.core.visualization.advanced.touchstone_parser import read_touchstone >>> read_touchstone(input_file="C:/Temp/network.s2p")