CalToolsComputeErrorCorrection(String, String, Boolean) Method
Compute Error Correction from Console
Namespace: Metas.Vna.Calibration.ConfigAssembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
public static void ComputeErrorCorrection(
string errorCorrConfigFilePath,
string rootPathDb,
bool removeSmallUncInfluences = true
)
Public Shared Sub ComputeErrorCorrection (
errorCorrConfigFilePath As String,
rootPathDb As String,
Optional removeSmallUncInfluences As Boolean = true
)
public:
static void ComputeErrorCorrection(
String^ errorCorrConfigFilePath,
String^ rootPathDb,
bool removeSmallUncInfluences = true
)
static member ComputeErrorCorrection :
errorCorrConfigFilePath : string *
rootPathDb : string *
?removeSmallUncInfluences : bool
(* Defaults:
let _removeSmallUncInfluences = defaultArg removeSmallUncInfluences true
*)
-> unit
Parameters
- errorCorrConfigFilePath String
- Error Correction Config File Path
- rootPathDb String
- Root Path Database
- removeSmallUncInfluences Boolean (Optional)
- Remove Small Unc Influences