skrf.calibration.calibration.SDDLWeikle.__init__

SDDLWeikle.__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

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__