[SENSe:]TOTalize:TYPE
Syntax
[SENSe:]TOTalize:TYPE <mode>, (@<ch_list>)
[SENSe:]TOTalize:TYPE? (@<ch_list>)
Description
This command enables or disables an automatic reset of the count on the specified totalizer channels. 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 (counter channels only)
34952A Multifunction Module (totalizer channels only)
Parameters
Name |
Type |
Range of Values |
Default Value |
<mode> |
Discrete |
{READ|RRESet} |
This is a required parameter |
<ch_list> |
Numeric |
One or more counter/totalizer channels in the form (@sccc). 34950A: s301,
s302 |
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 34950A in slot 3 to be read without resetting their count.
TOT:TYPE READ,(@3009,3010)
The following query returns the totalizer setting on totalizer channels 301 and 302 on the 34950A in slot 3.
TOT:TYPE? (@3009,3010)
Typical Response: READ,READ