skrf.vi.vna.PNA.get_snp_network

PNA.get_snp_network(ports, **kwargs)[source]

return n-port network as an Network object

Parameters
  • ports (Iterable) – a iterable of integers designating the ports to query

  • kwargs (dict) – channel(int) [ default ‘self.active_channel’ ] sweep(bool) [default True] name(str) [default “”] f_unit(str) [ default “GHz” ] raw_data(bool) [default False]

Returns

  • Network

  • general function to take in a list of ports and return the full snp network as a Network object