Interface IBode100Events
Event functions for COM.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Events
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.25.2208.0)
Syntax
[Guid("086E8D6F-7CF3-4B36-A669-B82E3867D8A1")]
[InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
[ComVisible(true)]
public interface IBode100Events
Methods
DeviceAdded()
Occurs when a new BodeDevice device is plugged in.
Declaration
void DeviceAdded()
DeviceRemoved()
Occurs when a BodeDevice device is removed from the computer.
Declaration
void DeviceRemoved()
InternalCalibrationUpdate(Double)
Occurs during internal device calibration.
Declaration
void InternalCalibrationUpdate(double percentage)
Parameters
Type | Name | Description |
---|---|---|
System.Double | percentage | The current progress in percentage. |