skrf.vi.vna.NanoVNAv2.get_s11_s21

NanoVNAv2.get_s11_s21()[source]

Returns individual NumPy arrays of the measured data of the sweep. Being a 1.5-port analyzer, the results only include \(S_{1,1}\) and \(S_{2,1}\).

Returns

List of NumPy arrays with \(S_{1,1}\) and \(S_{2,1}\).

Return type

tuple[np.ndarray, np.ndarray]

Notes

Regardless of the calibration state of the NanoVNA, the results returned by this method are always raw, i.e. uncalibrated. The user needs to apply a manual calibration in postprocessing, if required.

See also

set_frequency_sweep, get_traces, Calibration