Ranges, Selfcal, Aoscan – Measurement Computing DAQFlex User Guide User Manual
Page 83: Adclktrig

DAQFlex Software User's Guide
DAQFlex Message Reference – Reflection messages – AOSCAN
83
Example
"AO{0}:OUTPUTS=PROG%VOLTS,CUR"
RANGES
Get the analog output ranges supported by a device.
Message
"@AO:RANGES"
"@AO{ch}:RANGES"
Response
" AO{ch}: RANGES=<implementation>value "
implementation
FIXED%, PROG%, or not specified if value is NOT_SUPPORTED
value
The AO ranges supported by a device, or returns
NOT_SUPPORTED if the device doesn’t support analog output or
the value of {ch} isn’t valid for the device.
Example
" AO:RANGES=FIXED%BIP10V"
SELFCAL
Get a value indicating if the device supports self-calibration for analog outputs.
Message
"@AO:SELFCAL"
Response
"AO:SELFCAL=<implementation>value"
implementation PROG% (programmable), or not specified if value is
NOT_SUPPORTED
value
SUPPORTED, NOT_SUPPORTED
Example
"AO:SELFCAL=PROG%SUPPORTED"
AOSCAN
Gets the analog output scan properties of a device.
Properties
ADCLKTRIG, EXTPACER, FIFOSIZE, MAXSCANRATE, MAXSCANTHRUPUT, MINSCANRATE, SIMUL, TRIG,
XFRSIZE
ADCLKTRIG
Get a value indicating whether analog output channels can be triggered by the device's A/D clock.
Message
"@AOSCAN:ADCLKTRIG"
Response
"AOSCAN:ADCLKTRIG=<implementation>value"
implementation
FIXED%, PROG% (programmable), or not specified if value is
NOT_SUPPORTED
value
ENABLE , DISABLE or returns NOT_SUPPORTED if the device
doesn’t support pacing analog output scan from the A/D pacer.
Example
"AOSCAN:ADCLKTRIG=PROG%ENABLE, DISABLE"