skrf.calibration.calibration.SDDL.__init__

SDDL.__init__(measured, ideals, *args, **kwargs)[source]

Short-Delay-Delay-Load initializer.

Measured and ideal networks must be in the order:

[ Short, Delay short1, Delay short2, Load]

The ideal delay shorts can be set to None, as they are determined during the calibration.

Parameters:
  • measured (list/dict of Network objects) – Raw measurements of the calibration standards. The order must align with the ideals parameter ( or use sloppy_input)

  • ideals (list/dict of Network objects) – Predicted ideal response of the calibration standards. The order must align with ideals list ( or use sloppy_input

  • args – passed to func:Calibration.__init__

  • kwargs – passed to func:Calibration.__init__