Interactive SourceMeter® Instrument Reference Manual Section 8:
2461-901-01 A/November 2015 8-133
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
Ranges (on page 2-124)
reset() (on page 8-97)
smu.measure.autorange (on page 8-131)
smu.reset() (on page 8-175)
smu.measure.autorangelow
This attribute selects the lower limit for measurements of the selected function when the range is selected
automatically.
Type TSP-Link accessible Affected by Where saved Default value
Instrument reset
Power cycle
Measure configuration list
Measure configuration list
Voltage: 200 mV
Resistance: 2 Ω
Usage
lowRange = smu.measure.autorangerangelow
smu.measure.autorangerangelow = lowRange
• Current: 1 µA to 5 A
• Voltage: 0.2 V to 20 V
•
Ω
Ω
Details
You can use this command when automatic range selection is enabled. It prevents the instrument
from selecting a range that is below this limit. Because the lowest ranges generally require longer
settling times, setting the low limit that is appropriate for your application but above the lowest
possible range can make measurements require less settling time.
The lower limit must be less than the upper limit.
Though you can send any value when you send this command, the instrument selects the next
highest range value. For example, if you send 15 for the lowest voltage range, the instrument will be
set to the 20 V range as the low 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
smu.measure.autorangelow = 2
Sets the low range for voltage measurements to 2 V.
Also see
Ranges (on page 2-124)
smu.measure.autorange (on page 8-131)