skrf.calibration.deembedding.IEEEP370.shiftNPoints

static IEEEP370.shiftNPoints(ntwk, N)[source]

Shift the whole network of N samples in time-domain. This is achieved by cascading a delay.

Parameters:
  • ntwk (Network object) – Network to be shifted

  • N (:number) – Number of point to shift

Returns:

out – Shifted network

Return type:

Network object