CmcToolsRemoveCmcUncertaintiesT Method

Remove CMC Uncertainties

Definition

Namespace: Metas.Vna.Calibration.Config
Assembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
C#
public static SParamData<T> RemoveCmcUncertainties<T>(
	SParamData<T> a
)
where T : new(), Object, IRealNumber<T>

Parameters

a  SParamDataT
S-Parameter Data including CMC Uncertainties

Type Parameters

T
Real Number Type

Return Value

SParamDataT
S-Parameter Data without CMC Uncertainties

See Also