Keysight VISA.NET Help
EnableEvent Method (INativeVisaSession)



The event type to enable. This may be a custom event type.
Enables a client to receive events of the type specified by the eventType argument using a WaitOnEvent method.
Syntax
'Declaration
 
Sub EnableEvent( _
   ByVal eventType As Integer _
) 
'Usage
 
Dim instance As INativeVisaSession
Dim eventType As Integer
 
instance.EnableEvent(eventType)
void EnableEvent( 
   int eventType
)
void EnableEvent( 
   int eventType
) 

Parameters

eventType
The event type to enable. This may be a custom event type.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025