EventQueueCapacity
- Updated2026-08-05
- 1 minute(s) read
Gets or sets the maximum number of events that can be queued at any time on the session.
Syntax
Namespace: NationalInstruments.Visa
public int EventQueueCapacity { get; set; }
Remarks
Any events that occur after the queue is full are discarded. You cannot set this property if an event is enabled.
Returns
Maximum number of events that can be queued at any time on the session. The default value is 50.