skrf.calibration.deembedding.IEEEP370.extrapolate_to_dc

static IEEEP370.extrapolate_to_dc(ntwk)[source]

Extrapolate the network to DC using IEEE370 NZC algorithm. This is useful to compare the fixtures and deembedded networks to the input data in the same conditions used by NZC algorithm. If the network already have a DC point, it will be replaced.

Parameters:

ntwk (Network object) – Network to be extrapolated to DC

Returns:

ntwk_dc – Network with DC point

Return type:

Network object