skrf.io.touchstone.Touchstone.get_sparameter_data

Touchstone.get_sparameter_data(format='ri')[source]

Get the data of the s-parameter with the given format.

Parameters
  • format (str) – Format: ri, ma, db, orig

  • are (supported formats) – orig: unmodified s-parameter data ri: data in real/imaginary ma: data in magnitude and angle (degree) db: data in log magnitude and angle (degree)

Returns

ret – list of numpy.arrays

Return type

list