2: General operation Series 2600B System SourceMeter® Instrument
2-84 2600BS-901-01 Rev. C / August 2016
Range considerations
The source range and measure range settings can interact depending on the source function.
Additionally, the output state (on/off) can affect how the range is set. The following table describes
these interactions:
If... Then... Notes
the same as the
measur
ement function
(for example, sourcing
voltage and
measuring voltage)
range is locked to be
the same as the
source range.
The setting for the voltage measure range is retained and used when the
source function is changed to current.
Series 2600B example:
smua.source.func = smua.OUTPUT_DCVOLTS
smua.source.rangev = 1
smua.measure.rangev = 10
-- will print 1, the source range
print(smua.measure.rangev)
smua.source.func = smua.OUTPUT_DCAMPS
-- will print 10, the measure range
print(smua.measure.rangev)
measurement range
for a function is
function is disabled.
Autoranging is controlled separately for each source and measurement
function: source voltage, source current, measure voltage, and measure
current. Autoranging is enabled for all four by default.
Source autoranging is
enabled
The output level
controls the range.
Querying the range after the level is set returns the range the instrument
chose as appropriate.
level that is out of
range while autorange
is off
not return an error
until the output is
When the output is turned on, the display will show a series of question
marks: ???.???
is enabled
changed only when a
measurement is
Querying the range after the measurement is taken will return the range
that the instrument chose.