CalToolsCreateCalibrationT Method

Create Calibration

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 ICalibration<T> CreateCalibration<T>(
	CalType cal_type
)
where T : new(), Object, IRealNumber<T>

Parameters

cal_type  CalType
Calibration Type

Type Parameters

T
Real Number Type

Return Value

ICalibrationT
Calibration

See Also