Keysight VISA.NET Help
EventQueueCapacity Property (VisaSession)



The maximum number of events that can be queued at any time on this session. The default is 50.
Syntax
'Declaration
 
Public Property EventQueueCapacity As Integer
'Usage
 
Dim instance As VisaSession
Dim value As Integer
 
instance.EventQueueCapacity = value
 
value = instance.EventQueueCapacity
public int EventQueueCapacity {get; set;}
public:
property int EventQueueCapacity {
   int get();
   void set (    int value);
}
Remarks

The range is between 1 and UInt32.MaxValue, inclusive.

This property cannot be changed after calling EnableEvent, beginning an asynchronous I/O operation, or registering an event handler for an event.

This property only applies to this session (VISA local scope).

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025