skrf.calibration.calibration.PHN.__init__
- PHN.__init__(measured, ideals, *args, **kwargs)[source]
Half-Half-Full-Full initializer.
Measured and ideal networks must be in the order:
[Half-Known 1, Half-Known 2, Fully-Known 1, Fully-Known 2]
The phases of half-known standards can be set to an approximate value, as they are determined during the calibration.
- Parameters:
measured (list/dict of
Networkobjects) – Raw measurements of the calibration standards. The order must align with the ideals parameter.ideals (list/dict of
Networkobjects) – Predicted ideal response of the calibration standards. The order must align with ideals list.args – passed to func:Calibration.__init__
kwargs – passed to func:Calibration.__init__
See also