ScriptTComputeErrorCorrection(String, String, String, String, String) Method
Computes Error Correction
Namespace: Metas.Vna.ToolsAssembly: Metas.Vna.Tools (in Metas.Vna.Tools.exe) Version: 2.8.9053.20314
public void ComputeErrorCorrection(
string rootPath,
string journalPath,
string calibrationPath,
string rawMeasurementsPath,
string errorCorrMeasurementsPath
)
Public Sub ComputeErrorCorrection (
rootPath As String,
journalPath As String,
calibrationPath As String,
rawMeasurementsPath As String,
errorCorrMeasurementsPath As String
)
public:
void ComputeErrorCorrection(
String^ rootPath,
String^ journalPath,
String^ calibrationPath,
String^ rawMeasurementsPath,
String^ errorCorrMeasurementsPath
)
member ComputeErrorCorrection :
rootPath : string *
journalPath : string *
calibrationPath : string *
rawMeasurementsPath : string *
errorCorrMeasurementsPath : string -> unit
Parameters
- rootPath String
- Relative Root Directory Path
- journalPath String
- Measurement Journal Path (*.vnalog)
- calibrationPath String
- Calibration File Path (*.calb)
- rawMeasurementsPath String
- Raw Measurements Directory Path
- errorCorrMeasurementsPath String
- Error Corrected Measurements Directory Path