ScriptTComputeErrorCorrection(String, String, String, String, String) Method

Computes Error Correction

Definition

Namespace: Metas.Vna.Tools
Assembly: Metas.Vna.Tools (in Metas.Vna.Tools.exe) Version: 2.8.9053.20314
C#
public void ComputeErrorCorrection(
	string rootPath,
	string journalPath,
	string calibrationPath,
	string rawMeasurementsPath,
	string errorCorrMeasurementsPath
)

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

See Also