skrf.calibration.calibration.Calibration.__init__

Calibration.__init__(measured, ideals, type=None, is_reciprocal=False, name=None, sloppy_input=False, **kwargs)

Calibration initializer.

Parameters :

measured : list of Network objects

Raw measurements of the calibration standards. The order must align with the ideals parameter

ideals : list of Network objects

Predicted ideal response of the calibration standards. The order must align with ideals list

Notes

All calibration algorithms are in stored in skrf.calibration.calibrationAlgorithms , refer to that file for documentation on the algorithms themselves. The Calibration class accesses those functions through the attribute ‘calibration_algorihtm_dict’.

References

[1]Marks, Roger B.; , “Formulations of the Basic Vector Network Analyzer Error Model including Switch-Terms,” ARFTG Conference Digest-Fall, 50th , vol.32, no., pp.115-126, Dec. 1997. URL: http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=4119948&isnumber=4119931
[2]http://tech.groups.yahoo.com/group/mtt-11-on-wafer/message/283

Examples

See the Calibration tutorial, or the examples sections for One-Port Calibration and Two-Port Calibration

Previous topic

skrf.calibration.calibration.Calibration.type

Next topic

skrf.calibration.calibration.Calibration.apply_cal

This Page