Dmm.autodelay - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Section 11: TSP command reference

dmm.autodelay

This attribute enables or disables the automatic delay that occurs before each measurement.
Type
TSP-Link accessible
Attribute (RW) Yes
Usage
value = dmm.autodelay
dmm.autodelay = value
state
Details
The autodelay setting applies to the function selected by dmm.func. It is available for all functions
except "nofunction".
To have the DMM include a delay before each measurement, set autodelay to dmm.ON or 1.
To have the DMM take a measurement without an automatic delay, set autodelay to dmm.OFF or 0.
When this is enabled, a delay is added before each measurement.
An error is generated if you try to set autodelay for "nofunction". Error code 1114, "Setting
conflicts with function selected," is generated. If you query autodelay for "nofunction", nil is
returned with the same error.
Example 1
dmm.func = "twowireohms"
dmm.autodelay = dmm.ON
dmm.measurecount = 10
ReadingBufferOne = dmm.makebuffer(1000)
dmm.measure(ReadingBufferOne)
Example 2
dmm.func = "dcvolts"
dmm.autodelay = dmm.OFF
Example 3
dmm.func = "fourwireohms"
dmm.autodelay = dmm.AUTODELAY_ONCE
dmm.measurecount = 10
ReadingBufferTwo = dmm.makebuffer(1000)
dmm.measure(ReadingBufferTwo)
11-148
Affected by
Where saved
Function change
Create configuration script
DMM close
Save setup
Recall DMM configuration
Save DMM configuration
Reset
DMM reset
Recall setup
Enable autodelay: dmm.ON or 1
Disable autodelay: dmm.OFF or 0
Enable autodelay for the first measurement only: dmm.AUTODELAY_ONCE or 2
Series 3700A System Switch/Multimeter Reference Manual
Default value
2 (dmm.AUTODELAY_ONCE)
An automatic delay is applied to each
measurement when the DMM is measuring
two-wire ohms. Take 10 measurements and
store them in a reading buffer named
ReadingBufferOne that can store up to
1000 readings.
No delay is applied is applied to the DC volt
measurements.
Sets an autodelay for the first of the ten four-
wire ohm readings. Readings two through
ten will occur as quickly as possible, with
readings stored in a reading buffer called
ReadingBufferTwo that can store up to
1000 readings.
3700AS-901-01 Rev. D/June 2018

Advertisement

Table of Contents
loading

Table of Contents