| Keysight.Visa Namespace > VisaSession Class : EventQueueCapacity Property |
'DeclarationPublic Property EventQueueCapacity As Integer
'UsageDim instance As VisaSession Dim value As Integer instance.EventQueueCapacity = value value = instance.EventQueueCapacity
public int EventQueueCapacity {get; set;}
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).
Current with Keysight IO Libraries Suite 18