edges_cal.reflection_coefficient.get_calkit

edges_cal.reflection_coefficient.get_calkit(base, resistance_of_match: Quantity | None = None, open: dict | None = None, short: dict | None = None, match: dict | None = None)[source]

Get a calkit based on a provided base calkit, with given updates.

Parameters:
  • base – The base calkit to use, eg. AGILENT_85033E

  • resistance_of_match – The resistance of the match, overwrites default from the base.

  • open – Dictionary of parameters to overwrite the open standard.

  • short – Dictionary of parameters to overwrite the short standard.

  • match – Dictionary of parameters to overwrite the match standard.