Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-224 2601B-PULSE-901-01A April 2020
smua.source.autorangeY
This attribute contains the state of the source autorange control (on/off).
SMU reset
Instrument reset
Recall setup
Usage
sourceAutorange = smua.source.autorangeY
smua.source.autorangeY = sourceAutorange
The state of the source autorange control. Set to one of the following:
â–ª 0 or smua.AUTORANGE_OFF: Disables source autorange
â–ª 1 or smua.AUTORANGE_ON: Enables source autorange
SMU source function (v = voltage, i = current)
Details
This attribute indicates the source autorange state. Its value is smua.AUTORANGE_OFF when the
SMU source circuit is on a fixed range and smua.AUTORANGE_ON when it is in autorange mode.
Setting this attribute to smua.AUTORANGE_OFF puts the SMU on a fixed source range. The fixed
range used is the present SMU source circuit range.
Setting this attribute to smua.AUTORANGE_ON puts the SMU source circuit into autorange mode. If
the source output is on, the SMU immediately changes range to the range most appropriate for the
value being sourced if that range is different than the present SMU range.
Autorange is disabled if the source level is edited from the front panel. Setting the source range also
turns off autorange when set by using the smua.source.rangeY attribute.
Resetting the instrument selects the smua.AUTORANGE_ON.
Example
smua.source.autorangev = smua.AUTORANGE_ON
Enables volts source autorange.
Also see
smua.measure.autorangeY (on page 11-194)
smua.source.rangeY (on page 11-235)