| Ivi.Visa Namespace > IVxiSession Interface : SignalProcessor Event |
'DeclarationEvent SignalProcessor As EventHandler(Of VxiSignalProcessorEventArgs)
'UsageDim instance As IVxiSession Dim handler As EventHandler(Of VxiSignalProcessorEventArgs) AddHandler instance.SignalProcessor, handler
event EventHandler<VxiSignalProcessorEventArgs> SignalProcessor
event EventHandler<VxiSignalProcessorEventArgs^>^ SignalProcessor
The event handler receives an argument of type VxiSignalProcessorEventArgs containing data related to this event. The following VxiSignalProcessorEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| CustomEventType | A value that uniquely identifies an implementation-specific event type. (Inherited from Ivi.Visa.VisaEventArgs) |
| EventType | The VISA.NET standard event type. (Inherited from Ivi.Visa.VisaEventArgs) |
| StatusId | The status ID of the VXIbus signal or VXIbus interrupt. |
Current with Keysight IO Libraries Suite 18