read_touchstone#

pyaedt.generic.touchstone_parser.read_touchstone(input_file)[source]#

Load the contents of a Touchstone file into an NPort.

Parameters:
input_filestr

The path of the touchstone file.

Returns:
class:pyaedt.generic.touchstone_parser.TouchstoneData

NPort holding data contained in the touchstone file.