skrf.io.touchstone.Touchstone

class skrf.io.touchstone.Touchstone(file)

class to read touchstone s-parameter files

The reference for writing this class is the draft of the Touchstone(R) File Format Specification Rev 2.0 [1]

[1]http://www.eda-stds.org/ibis/adhoc/interconnect/touchstone_spec2_draft.pdf

Methods

__init__ constructor
get_comments Returns the comments which appear anywhere in the file.
get_format returns the file format string used for the given format.
get_noise_data TODO: NIY
get_noise_names TODO: NIY
get_sparameter_arrays returns the sparameters as a tuple of arrays, where the first element is
get_sparameter_data get the data of the sparameter with the given format.
get_sparameter_names generate a list of column names for the s-parameter data
load_file Load the touchstone file into the interal data structures

This Page