Interface IMeasurementEvent
Event functions for COM.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Events
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.25.2208.0)
Syntax
[Guid("3E7EC1ED-671F-41BD-B5AC-DD4C3779D6F4")]
[InterfaceType(ComInterfaceType.InterfaceIsIDispatch)]
[ComVisible(true)]
public interface IMeasurementEvent
Methods
NewResultAvailable(Int32)
Occurs when a new result is available.
Declaration
void NewResultAvailable(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | The index of the measurement point. |