Keysight VISA.NET Help
EnableEvent Method (IVisaSession)



The event type to enable.
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 EventType _
) 
'Usage
 
Dim instance As IVisaSession
Dim eventType As EventType
 
instance.EnableEvent(eventType)
void EnableEvent( 
   EventType eventType
)
void EnableEvent( 
   EventType eventType
) 

Parameters

eventType
The event type to enable.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025