edges_cal.cal_coefficients.HotLoadCorrection.power_gain

HotLoadCorrection.power_gain(freq: Quantity, hot_load_s11: LoadS11) ndarray[source]

Calculate the power gain.

Parameters:
  • freq (np.ndarray) – The frequencies.

  • hot_load_s11 (LoadS11) – The S11 of the hot load.

Returns:

gain (np.ndarray) – The power gain as a function of frequency.