[SENSe:]TOTalize:TYPE
[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:
- 34907A Multifunction Module (totalizer channel only)
Parameters
Name Type Range of Values Default Value <mode> Discrete {READ|RRESet} This is a required parameter. <ch_list> Channel List One or more totalizer channels, as shown:
(@303) - channel 03 on the module in slot 300.
(@103,203,303) - channel 03 on the modules on slot 100, 200, and 300.
If you omit the optional <ch_list> parameter, this command applies to the currently defined scan list.
Remarks
- The maximum count is 67,108,863 (226 - 1). The count rolls over to 0 after reaching the maximum allowed value.
Return Format
The query returns READ or RRES for the specified channels. Multiple responses are separated by commas.
Examples
The following command configures totalizer channel 03 on the module in slot 300 to be read without resetting its count.
TOT:TYPE READ,(@303)
The following query returns the totalizer setting on totalizer channel 03 on the modules in slots 200 and 300.
TOT:TYPE? (@203,303)
Typical Response: READ,READ