skrf.calibration.deembedding.Deembedding

class skrf.calibration.deembedding.Deembedding(dummies, name=None, *args, **kwargs)[source]

Abstract Base Class for all de-embedding objects.

This class implements the common mechanisms for all de-embedding algorithms. Specific calibration algorithms should inherit this class and over-ride the methods: * Deembedding.deembed()

Methods

__init__

De-embedding Initializer

deembed

Apply de-embedding correction to a Network