skrf.calibration.calibration.TRL.apply_cal

TRL.apply_cal(ntwk)

Applies the calibration to the input network. Inverse of embed.

Parameters

ntwk (Network) – Uncalibrated input network.

Returns

caled – Calibrated network.

Return type

Network