Touchstone

class pmrf.models.adapters.static.Touchstone(file: str, **kwargs)

Bases: Model

A model for a touchstone file.

This internally uses pmrf.models.SkrfNetwork to load the touchstone.

Parameters:

file (str) – The file to open.

touchstone: SkrfNetwork

The underlying Network model use to encapsulate the touchstone.