CalToolsComputeCalibrationZ0andGammaT Method
Computes Calibration Z0 and Gamma
Namespace: Metas.Vna.Calibration.ConfigAssembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
public static Z0_Gamma<T>[] ComputeCalibrationZ0andGamma<T>(
string calConfigFilePath,
string rootPathDb,
out ICalibration<T> cal
)
where T : new(), Object, IRealNumber<T>
Public Shared Function ComputeCalibrationZ0andGamma(Of T As {New, Object, IRealNumber(Of T)}) (
calConfigFilePath As String,
rootPathDb As String,
<OutAttribute> ByRef cal As ICalibration(Of T)
) As Z0_Gamma(Of T)()
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static array<Z0_Gamma<T>^>^ ComputeCalibrationZ0andGamma(
String^ calConfigFilePath,
String^ rootPathDb,
[OutAttribute] ICalibration<T>^% cal
)
static member ComputeCalibrationZ0andGamma :
calConfigFilePath : string *
rootPathDb : string *
cal : ICalibration<'T> byref -> Z0_Gamma<'T>[] when 'T : new() and Object and IRealNumber<'T>
- calConfigFilePath String
- Calibration Config File Path
- rootPathDb String
- Root Path Database
- cal ICalibrationT
- Calibration
- T
- Real Number Type
Z0_GammaT