Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
Section 8: TSP command reference
DMM7510-901-01 Rev. B / May 2015
8-133
dmm.measure.autodelay
This attribute enables or disables the automatic delay that occurs before each measurement.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Measure configuration list
Configuration script
Measure configuration list
dmm.DELAY_ON
Usage
value
= dmm.measure.autodelay
dmm.measure.autodelay =
value
value
Enable the delay:
dmm.DELAY_ON
Disable the delay:
dmm.DELAY_OFF
Functions
dmm.FUNC_DC_VOLTAGE
dmm.FUNC_RESISTANCE
dmm.FUNC_ACV_FREQUENCY
dmm.FUNC_AC_VOLTAGE
dmm.FUNC_4W_RESISTANCE
dmm.FUNC_ACV_PERIOD
dmm.FUNC_DC_CURRENT
dmm.FUNC_DIODE
dmm.FUNC_DCV_RATIO
dmm.FUNC_AC_CURRENT
dmm.FUNC_CAPACITANCE
dmm.FUNC_DIGITIZE_CURRENT
dmm.FUNC_TEMPERATURE
dmm.FUNC_CONTINUITY
dmm.FUNC_DIGITIZE_VOLTAGE
Details
When this is enabled, a delay is added before each measurement.
Example
dmm.measure.func = dmm.FUNC_RESISTANCE
dmm.measure.autodelay = dmm.DELAY_ON
dmm.measure.count = 10
ReadingBufferOne = buffer.make(1000)
dmm.measure.read(ReadingBufferOne)
Set the instrument to measure 2-wire ohms.
Turn automatic delay on.
Create a buffer named
ReadingBufferOne
.
Set the number of measurements to 10.
Make 10 measurements and store them in the
reading buffer.
Also see
(on page 8-51)