Data Acquisition Toolbox    
MaxSamplesQueued

Indicate the maximum number of samples that can be queued in the engine

Description

MaxSamplesQueued indicates the maximum number of samples allowed in the analog output queue. The default value is calculated by the engine, and is based on the memory resources of your system. You can override the default value of MaxSamplesQueued with the daqmem function.

The value of MaxSamplesQueued can affect the behavior of putdata. For example, if the queued data exceeds the value of MaxSamplesQueued, then putdata becomes a blocking function until there is enough space in the queue to add the additional data.

Characteristics

Usage
AO, Common
Access
Read-only
Data type
Double
Read-only when running
N/A

Values

The value is calculated by the data acquisition engine.

See Also

Functions

daqmem, putdata


  ManualTriggerHwOn Name