mwavepy.touchstone.touchstone

class mwavepy.touchstone.touchstone(filename)

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 http://www.eda-stds.org/ibis/adhoc/interconnect/touchstone_spec2_draft.pdf

Methods

__init__
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

Previous topic

mwavepy.touchstone.touchstone.load_file

Next topic

mwavepy.touchstone.touchstone.__init__

This Page