CmcToolsCompute(CmcEntry, String, String, BackgroundWorker, DoWorkEventArgs) Method

Compute CMC

Definition

Namespace: Metas.Vna.Calibration.Config
Assembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
C#
public static void Compute(
	ref CmcEntry cmcEntry,
	string outputDir,
	string rootPathDb,
	BackgroundWorker worker = null,
	DoWorkEventArgs e = null
)

Parameters

cmcEntry  CmcEntry
CMC Entry
outputDir  String
Output Directory
rootPathDb  String
Root Path Database
worker  BackgroundWorker  (Optional)
Background Worker
e  DoWorkEventArgs  (Optional)
Do Work Event Arguments

See Also