Touchstone
- class pmrf.models.adapters.static.Touchstone(file: str, **kwargs)
Bases:
ModelA model for a touchstone file.
This internally uses
pmrf.models.SkrfNetworkto load the touchstone.- Parameters:
file (str) – The file to open.
- touchstone: SkrfNetwork
The underlying Network model use to encapsulate the touchstone.