Minburstrate, Minscanrate, Queueconfig – Measurement Computing DAQFlex User Guide User Manual
Page 78: Queuelen

DAQFlex Software User's Guide
DAQFlex Message Reference – Reflection messages – AISCAN
78
MINBURSTRATE
Get the minimum hardware-paced input scan rate for BURSTIO mode operations.
Message
"@AISCAN:MINBURSTRATE"
Response
"AISCAN:MINBURSTRATE=implementation>value"
implementation FIXED%, or not specified if value is NOT_SUPPORTED
value
The minimum scan rate for BURSTIO mode operations, or returns
NOT_SUPPORTED if the device doesn't support analog input
BURSTIO operations.
Example
"AISCAN:MINBURSTRATE=FIXED%20"
MINSCANRATE
Get the minimum hardware-paced input scan rate in samples per second.
Message
"@AISCAN:MINSCANRATE"
Response
"AISCAN:MINSCANRATE=implementation>value"
implementation FIXED%, or not specified if value is NOT_SUPPORTED
value
The minimum input scan rate, or returns NOT_SUPPORTED if the
device doesn't support analog input scan.
Example
"AISCAN:MINSCANRATE=FIXED%0.569"
QUEUECONFIG
Get a value indicating which properties can be programmed using the AIQUEUE component.
Message
"@AISCAN:QUEUECONFIG"
Response
"AISCAN:QUEUECONFIG=<implementation>value"
implementation PROG%, or not specified if value is NOT_SUPPORTED
value
CHAN, CHMODE, RANGE, DATARATE, or NOT_SUPPORTED.
Example
"AISCAN:QUEUECONFIG=PROG% CHAN, CHMODE, RANGE"
QUEUELEN
Get the maximum number of elements that can be stored in the analog input queue.
Message
"@AISCAN:QUEUELEN"
Response
"AISCAN:QUEUELEN=implementation>value"
implementation FIXED%, PROG%, or not specified if value is NOT_SUPPORTED
value
The maximum number of elements that can be stored in the queue,
or returns NOT_SUPPORTED if the device doesn't support an analog
input queue.
Example
"AISCAN:QUEUELEN=8"