2470 High Voltage SourceMeter Instrument Reference Manual
Section 14: TSP command reference
2470-901-01 Rev. A /
May
2019
14-123
Also see
(on page 14-142)
trigger.model.load() — SimpleLoop
smu.measure.displaydigits
This attribute determines the number of digits that are displayed for measurements on the front panel for the
selected function.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Restore configuration
Instrument reset
Power cycle
Measure configuration list
Function change
Configuration script
Measure configuration list
smu.DIGITS_5_5
Usage
digits
= smu.measure.displaydigits
smu.measure.displaydigits =
digits
digits
6½ display digits:
smu.DIGITS_6_5
5½ display digits:
smu.DIGITS_5_5
4½ display digits:
smu.DIGITS_4_5
3½ display digits:
smu.DIGITS_3_5
Details
This command affects how the reading for a measurement is displayed on the front panel of the
instrument. It does not affect the number of digits returned in a remote command reading. It also does
not affect the accuracy or speed of measurements.
The display digits setting is saved with the function setting, so if you use another function, then return
to the function for which you set display digits, the display digits setting you set previously is retained.
The change in digits occurs the next time a measurement is made.
To change the number of digits returned in a remote command reading, use
format.asciiprecision
.
Example
smu.measure.func = smu.FUNC_DC_VOLTAGE
smu.measure.displaydigits = smu.DIGITS_6_5
Set the measurement function to voltage
with a front-panel display resolution of 6½.
Also see
(on page 14-82)