2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
2470-901-01 Rev. A /
May
2019
14-111
smu.measure.autorangehigh
When autorange is selected, this attribute represents the highest measurement range that is used when the
instrument selects the measurement range automatically.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute
Resistance:
(RW)
Voltage and
current: (R)
Yes
Restore configuration
Instrument reset
Power cycle
Measure configuration list
Function change
Configuration script
Measure configuration list
Resistance: 200e6
Ω
Usage
highRange
= smu.measure.autorangehigh
smu.measure.autorangehigh =
highRange
highRange
The highest resistance measurement range that is used when the range is set
automatically:
Current: 1e-8 A to 1 A
Resistance: 2 Ω to 200e6 Ω
Voltage: 0.
2
0 V to
10
00 V
Details
This command can be written to and read for resistance measurements. For current and voltage
measurements, it can only be read.
For current and voltage measurements, the upper limit is controlled by the current or voltage limit.
For resistance measurements, you can use this command when automatic range selection is enabled
to put an upper bound on the range that is used for resistance measurements.
The upper limit must be more than the lower limit.
If the lower limit is equal to the upper limit, automatic range setting is effectively disabled.
Example
smu.measure.func = smu.FUNC_DC_VOLTAGE
smu.measure.autorange = smu.ON
print(smu.measure.autorangehigh)
Sets the measurement function to voltage and turn
autorange on. Check the high range for voltage
measurements.
Also see
(on page 4-37)
(on page 14-104)
(on page 14-150)