skrf.vi.vna.PNA.get_twoport

PNA.get_twoport(ports=[1, 2], *args, **kwargs)

Get a two-port Network object for given ports.

This calls get_data_snp() and get_frequency() to retrieve data, and then creates and returns a Network object.

Parameters :

ports : list of ints

list of port indecies to retrieve data from

*args,**kwargs : :

passed to Network init

Previous topic

skrf.vi.vna.PNA.get_switch_terms

Next topic

skrf.vi.vna.PNA.opc

This Page