CalToolsComputeCalibrationT(FileCalConfig, String, String, BackgroundWorker, DoWorkEventArgs) Method
Compute Calibration
Namespace: Metas.Vna.Calibration.ConfigAssembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
public static ICalibration<T> ComputeCalibration<T>(
FileCalConfig config,
string configFilePath,
string rootPathDb,
BackgroundWorker worker,
DoWorkEventArgs e
)
where T : new(), Object, IRealNumber<T>
Public Shared Function ComputeCalibration(Of T As {New, Object, IRealNumber(Of T)}) (
config As FileCalConfig,
configFilePath As String,
rootPathDb As String,
worker As BackgroundWorker,
e As DoWorkEventArgs
) As ICalibration(Of T)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static ICalibration<T>^ ComputeCalibration(
FileCalConfig^ config,
String^ configFilePath,
String^ rootPathDb,
BackgroundWorker^ worker,
DoWorkEventArgs^ e
)
static member ComputeCalibration :
config : FileCalConfig *
configFilePath : string *
rootPathDb : string *
worker : BackgroundWorker *
e : DoWorkEventArgs -> ICalibration<'T> when 'T : new() and Object and IRealNumber<'T>
- config FileCalConfig
- Calibration Configuration
- configFilePath String
- Config File Path
- rootPathDb String
- Root Path Database
- worker BackgroundWorker
- Background Worker
- e DoWorkEventArgs
- Do Work Event Arguments
- T
- Real Number Type
ICalibrationT