CalToolsCompute Method
Compute 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 Compute(
string configFilePath,
string rootPath,
string rootPathDb,
bool removeSmallUncInfluences = true
)
Public Shared Sub Compute (
configFilePath As String,
rootPath As String,
rootPathDb As String,
Optional removeSmallUncInfluences As Boolean = true
)
public:
static void Compute(
String^ configFilePath,
String^ rootPath,
String^ rootPathDb,
bool removeSmallUncInfluences = true
)
static member Compute :
configFilePath : string *
rootPath : string *
rootPathDb : string *
?removeSmallUncInfluences : bool
(* Defaults:
let _removeSmallUncInfluences = defaultArg removeSmallUncInfluences true
*)
-> unit
Parameters
- configFilePath String
- Config File Path
- rootPath String
- Root Path
- rootPathDb String
- Root Path Database
- removeSmallUncInfluences Boolean (Optional)
- Remove Small Unc Influences