Returns a Network object representing the active trace.
This can be used to get arbitrary traces, in the form of Network objects, so that they can be plotted/saved/etc.
If you want to get s-parameter data, use get_twoport() or get_oneport()
Parameters : | sweep : Boolean
|
---|
See also
Examples
>>> from skrf.vi.vna import PNAX
>>> v = PNAX()
>>> dut = v.get_network()