[SENSe:]COUNter:TOTalize:TYPE
Syntax
[SENSe:]COUNter:TOTalize:TYPE <mode>, (@<ch_list>)
[SENSe:]COUNter:TOTalize:TYPE? (@<ch_list>)
Description
This command enables or disables an automatic reset of the count on the specified totalizer channels on the 34950A Digital I/O Module. To read the totalizer during a scan without resetting the count, select the READ parameter. To read the totalizer during a scan and reset the count to "0" after it is read, select the RRESet parameter (this means "read and reset").
Used With:
34950A Digital I/O Module
Parameters
Name |
Type |
Range of Values |
Default Value |
<mode> |
Discrete |
{READ|RRESet} |
This is a required parameter |
<ch_list> |
Numeric |
One or more totalizer channels in the form (@sccc).
|
This is a required parameter |
Remarks
The maximum count is 4,294,967,295 (232 - 1). The count rolls over to "0" after reaching the maximum allowed value.
Return Format
The query command returns "READ" or "RRES" for the specified channels. Multiple responses are separated by commas.
Examples
The following command configures totalizer channels 301 and 302 on the module in slot 3 to be read without resetting their count.
COUN:TOT:TYPE READ,(@3301,3302)
The following query returns the totalizer setting on totalizer channels 301 and 302 on the module in slot 3.
COUN:TOT:TYPE? (@3301,3302)
Typical Response: READ,READ