Keysight VISA.NET Help
DiscardEvents Method (INativeVisaSession)



The event type(s) for which events are discarded. This may be a custom event type.
Discard all pending events of type(s) specified by the eventType argument.
Syntax
'Declaration
 
Sub DiscardEvents( _
   ByVal eventType As Integer _
) 
'Usage
 
Dim instance As INativeVisaSession
Dim eventType As Integer
 
instance.DiscardEvents(eventType)
void DiscardEvents( 
   int eventType
)
void DiscardEvents( 
   int eventType
) 

Parameters

eventType
The event type(s) for which events are discarded. This may be a custom event type.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025