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_filestr

The path of the touchstone file.

Returns:
ansys.aedt.core.generic.touchstone_parser.TouchstoneData

NPort 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")