Keysight VISA.NET Help
Trigger Event (IVxiSession)



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

The event handler receives an argument of type VxiTriggerEventArgs containing data related to this event. The following VxiTriggerEventArgs 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)
TriggerLine The trigger line that caused the event.  
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025