skrf.network.Network.__init__

Network.__init__(touchstone_file=None, name=None)

constructor.

Contructs a Network, and optionally populates the s-matrix and frequency information from touchstone file.

Parameters :

file: string :

if given will load information from touchstone file,optional

name: string :

name of this network, optional

This Page