Keysight VISA.NET Help
Interrupt Event (IPxiSession)



Occurs when a PXI interrupt is received from the device.
Syntax
'Declaration
 
Event Interrupt As EventHandler(Of PxiInterruptEventArgs)
'Usage
 
Dim instance As IPxiSession
Dim handler As EventHandler(Of PxiInterruptEventArgs)
 
AddHandler instance.Interrupt, handler
Event Data

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.

PropertyDescription
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.  
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025