nport.touchstone — Touchstone

Functions

nport.touchstone.read(file_path, verbose=False)

Load the contents of a Touchstone file into an NPort

Returns:NPort holding data contained in the Touchstone file
Return type:nport.NPort
nport.touchstone.write(instance, file_path, format='RI')

Write the n-port data held in instance to a Touchstone file at file_path.

Parameters:
  • instance (nport.NPort) – n-port data
  • file_path (str) – filename to write to (without extension)
  • format (str) – specifies the parameter format (‘MA’, ‘RI’ or ‘DB’)

Table Of Contents

Previous topic

Formats

Next topic

nport.citi — CITI

This Page