CalToolsComputeCalibration(String, String, BackgroundWorker, DoWorkEventArgs, Boolean) Method
Compute Calibration 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 ComputeCalibration(
string calConfigFilePath,
string rootPathDb,
BackgroundWorker worker,
DoWorkEventArgs e,
bool removeSmallUncInfluences = true
)
Public Shared Sub ComputeCalibration (
calConfigFilePath As String,
rootPathDb As String,
worker As BackgroundWorker,
e As DoWorkEventArgs,
Optional removeSmallUncInfluences As Boolean = true
)
public:
static void ComputeCalibration(
String^ calConfigFilePath,
String^ rootPathDb,
BackgroundWorker^ worker,
DoWorkEventArgs^ e,
bool removeSmallUncInfluences = true
)
static member ComputeCalibration :
calConfigFilePath : string *
rootPathDb : string *
worker : BackgroundWorker *
e : DoWorkEventArgs *
?removeSmallUncInfluences : bool
(* Defaults:
let _removeSmallUncInfluences = defaultArg removeSmallUncInfluences true
*)
-> unit
Parameters
- calConfigFilePath String
- Calibration Config File Path
- rootPathDb String
- Root Path Database
- worker BackgroundWorker
- Background Worker
- e DoWorkEventArgs
- Do Work Event Arguments
- removeSmallUncInfluences Boolean (Optional)
- Remove Small Unc Influences