Delegate InternalCalibrationCallbackDelegate
The delegate function for the internal calibration progress event.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll
Syntax
[Guid("F52D9F2A-CCC2-4030-921A-B4D8B85C9933")]
[ComVisible(false)]
public delegate void InternalCalibrationCallbackDelegate(double percentage)
Parameters
Type | Name | Description |
---|---|---|
double | percentage | The current progress percentage. |