Keysight VISA.NET Help
Interrupt Event (IVxiSession)



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

The event handler receives an argument of type VxiInterruptEventArgs containing data related to this event. The following VxiInterruptEventArgs properties provide information specific to this event.

PropertyDescription
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)
IrqLevel The interrupt level of the VXI VME interrupt.  
StatusId The status ID of the VXI VME interrupt.  
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025