| Ivi.Visa Namespace > IPxiSession Interface : Interrupt Event |
'DeclarationEvent Interrupt As EventHandler(Of PxiInterruptEventArgs)
'UsageDim instance As IPxiSession Dim handler As EventHandler(Of PxiInterruptEventArgs) AddHandler instance.Interrupt, handler
event EventHandler<PxiInterruptEventArgs> Interrupt
event EventHandler<PxiInterruptEventArgs^>^ Interrupt
The event handler receives an argument of type PxiInterruptEventArgs containing data related to this event. The following PxiInterruptEventArgs 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) |
| Data | The first register that was read in the successful interrupt detection sequence. |
| EventType | The VISA.NET standard event type. (Inherited from Ivi.Visa.VisaEventArgs) |
| Sequence | The index of the interrupt sequence that detected the interrupt condition. |
Current with Keysight IO Libraries Suite 18