Maxcount, Type – Measurement Computing DAQFlex User Guide User Manual
Page 91

DAQFlex Software User's Guide
DAQFlex Message Reference – Reflection messages – TMR
91
MAXCOUNT
Get the maximum count for the specified timer channel.
Message
"@TMR{ch}:MAXCOUNT"
Response
"TMR{ch}:MAXCOUNT=<implementation>value"
ch
The number of the timer channel.
implementation FIXED%, or not specified if value is NOT_SUPPORTED.
value
The maximum count of the timer, or returns NOT_SUPPORTED if the
device has no timer channels.
Example
"TMR{0}:MAXCOUNT=FIXED%4294967295"
TYPE
Get the type of timer for the specified timer channel.
Message
"@TMR{ch}:TYPE"
Response
"TMR{ch}:TYPE=<implementation>value"
ch
The number of the timer channel.
implementation FIXED%, or not specified if value is NOT_SUPPORTED.
value
PULSE, NOT_SUPPORTED
Example
"TMR{0}:TYPE=FIXRD%PULSE"