Delegate InternalCalibrationCallbackDelegate
The delegate function for the internal calibration progress event.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.23.1703.0)
Syntax
public delegate void InternalCalibrationCallbackDelegate(double percentage);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | percentage | The current progress percentage. |