constructor
file : str or file-object
touchstone file to load
Examples
From filename
>>> t = rf.Touchstone('network.s2p')
From file-object
>>> file = open('network.s2p') >>> t = rf.Touchstone(file)
skrf.io.touchstone.Touchstone.load_file
skrf.io.touchstone.Touchstone.get_comments
Enter search terms or a module, class or function name.