Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-68 2601B-PULSE-901-01A April 2020
When using this function, send built-in constants, such as display.KEY_RIGHT, rather than the
numeric value, such as 103. This allows for better forward compatibility with firmware revisions.
Example
display.sendkey(display.KEY_RUN)
Simulates pressing the RUN key.
Also see
Front panel (on page 3-1)
display.smua.digits
This attribute sets the front-panel display resolution of the selected measurement.
Instrument reset
Recall setup
Usage
digits = display.smua.digits
display.smua.digits = digits
Set digits to one of the following values:
â–ª Select 4-1/2 digit resolution (4 or display.DIGITS_4_5)
â–ª Select 5-1/2 digit resolution (5 or display.DIGITS_5_5)
â–ª Select 6-1/2 digit resolution (6 or display.DIGITS_6_5)
Details
This attribute sets the display resolution.