edges_cal.reflection_coefficient.agilent_85033E

edges_cal.reflection_coefficient.agilent_85033E(f: ndarray, resistance_of_match: float, match_delay: bool = True, md_value_ps: float = 38.0)[source]

Generate open, short and match standards for the Agilent 85033E.

Note: this function is deprecated. Please use the methods of the Calkit objects instead!

Parameters:
  • f (np.ndarray) – Frequencies in MHz.

  • resistance_of_match (float) – Resistance of the match standard, in Ohms.

  • match_delay (bool) – Whether to match the delay offset.

  • md_value_ps (float) – Some number that does something to the delay matching.

Returns:

o, s, m (np.ndarray) – The open, short and match standards.