beautypg.com

Range, Reset – Measurement Computing DAQFlex User Guide User Manual

Page 41

background image

DAQFlex Software User's Guide

DAQFlex Message Reference – Programming messages – AIQUEUE

41

Get the A/D data rate in samples per second for a specified channel.
Message

"?AIQUEUE{ch}:DATARATE"

Response "AIQUEUE{ch}:DATARATE=value"

value

The data rate in S/s.

ch

The channel number.

Note

If all channels are not set to the same range the device returns "MIXED".

RANGE

Set the range for a specified queue element.
Message

"AIQUEUE{element}:RANGE=value"

Response "AIQUEUE:RANGE"

element The number of the element in the gain queue.

value

The range value.

Example

"AIQUEUE{0}:RANGE=BIP10V"

Get the range for a specified queue element.
Message

"?AIQUEUE{element}:RANGE"

Response "AIQUEUE{element}:RANGE=value"

element The number of the element in the gain queue.

value

The range value.

Example

"?AIQUEUE{0}:RANGE"

RESET

Reset the analog input gain queue.
Message

"AIQUEUE:RESET"

Response "AIQUEUE:RESET"

Note

When running the FlexTest utility, AIQUEUE messages are listed on the AISCAN tab.