Section 3: Instrument description
Series 2600B System SourceMeter® instrument User's Manual
3-26
2600BS-900-01 Rev. A / August 2021
Cursor position
When displaying a message, the cursor position determines where the message starts. On power-up,
the cursor is positioned at row 1, column 1 (see the following figure). At this cursor position, a
user-defined message is displayed on the top row (row 1).
Top line text does not wrap to the bottom line of the display automatically. Any text that does not fit on
the current line is truncated. If the text is truncated, the cursor is left at the end of the line.
Figure 15: Row and column format for display messaging
1
Columns for Row 1
2
Columns for Row 2
3
Row 1
4
Row 2
X
Display character
The function to set cursor position has the following options:
display.setcursor(
row
,
column
)
display.setcursor(
row
,
column
,
style
)
Where:
row
1
or
2
column
1
to
20
(row 1)
1
to
32
(row 2)
style
0
(invisible)
1
(blink)
When set to 0, the cursor is not visible. When set to 1, a display character blinks to indicate the
cursor position.
The
display.getcursor()
function returns the present cursor position. You can use it in
these ways:
row
,
column
,
style
= display.getcursor()
row
,
column
= display.getcursor()
row
= display.getcursor()