19-50 Return to Section Topics 2600AS-901-01 Rev. B / September 2008
Section 19: Remote Commands Series 2600A System SourceMeter® Instruments Reference Manual
Remarks • This function selects the user display screen, and displays the given text. The first write to the
display after power on will clear the user screen.
• The text starts at the present cursor position. After the text is displayed, the cursor will be located
after the last character in the display message.
• The text remains on the display until replaced or cleared.
• The following character codes can be also be included in the text string:
$NNewline – Starts text on the next line. If the cursor is already on line 2, text will be ignored after
the ‘$N’ is received.
$RSets text to Normal.
$B Sets text to Blink.
$DSets text to Dim intensity.
$FSets text to background blink.
$$Escape sequence to display a single “$”.
• The display.clear, display.setcursor, and display.settext
functions are overlapped, non-blocking commands. That is, the script will NOT wait for one of
these commands to complete. These non-blocking functions do not immediately update the
display. For performance considerations, they write to a shadow and will update the display as
soon as processing time becomes available.
Details See Displaying text messages in Section 11.
Also see display.clear, display.getcursor, display.gettext, display.setcursor
Example Displays a message on the user screen:
display.clear()
display.settext("Message Test $N$B with Row 2 Blinking")
The top line displays “Message Test” and the bottom line displays the blinking message “with Row
2 Blinking”.
display.smuX.digits
X = SMU channel (a or b)
Attribute The selected measurement display resolution.
Default display.DIGITS_5_5
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage digits = display.smuX.digits -- Reads resolution.
display.smuX.digits = digits -- Writes resolution.
Set digits to one of the following values:
4 or display.DIGITS_4_5 Selects 4-1/2d digit resolution.
5 or display.DIGITS_5_5 Selects 5-1/2d digit resolution.
6 or display.DIGITS_6_5 Selects 6-1/2d digit resolution.
Remarks • This attribute selects the measurement display resolution; 4-1/2 digit, 5-1/2 digit or 6-1/2 digit.
• SMU A and SMU B can be set for a different measurement display resolution.
Details See Display resolution in Section 11.
Example Selects 5-1/2d digit resolution for SMU A:
display.smua.digits = display.DIGITS_5_5
display.smuX.measure.func
X = SMU channel (a or b)
Attribute The type of measurement being displayed.
Default display.MEASURE_DCVOLTS
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.