Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 8: TSP command reference
DMM7510-901-01 Rev. B / May 2015
8-145
dmm.measure.count
This attribute sets the number of measurements to make when a measurement is requested.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Configuration script
1
Usage
value
= dmm.measure.count
dmm.measure.count =
value
value
The number of measurements to make when a measurement is requested
(maximum 1,000,000)
Details
This command sets the number of measurements that are made when a measurement is requested.
This command does not affect the trigger model.
This command sets the count for all measure functions.
If you set the count to a value that is larger than the capacity of the reading buffer and the buffer fill
mode is set to continuous, the buffer wraps until the number of readings specified have occurred. The
earliest readings in the count are overwritten. If the buffer is set to fill once, readings stop when the
buffer is filled, even if the count is not complete.
To get better performance from the instrument, use the Simple Loop trigger model template instead
of using the count command.
Example
dmm.measure.count = 10
dmm.measure.read()
Set the instrument to make 10 measurements.
Request 10 measurements.
Also see
(on page 8-84)
(on page 8-177)
(on page 8-178)
trigger.model.load() — SimpleLoop
(on page 8-299)