Keysight VISA.NET Help
SystemReset Event (IVxiBackplaneSession)



Occurs when the VXI backplane has initiated a system reset.
Syntax
'Declaration
 
Event SystemReset As EventHandler(Of VisaEventArgs)
'Usage
 
Dim instance As IVxiBackplaneSession
Dim handler As EventHandler(Of VisaEventArgs)
 
AddHandler instance.SystemReset, handler
event EventHandler<VisaEventArgs> SystemReset
event EventHandler<VisaEventArgs^>^ SystemReset
Event Data

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

PropertyDescription
CustomEventType A value that uniquely identifies an implementation-specific event type.  
EventType The VISA.NET standard event type.  
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025