Displaying Text Messages - Keithley 2601 Reference Manual

System sourcemeter 2600 series (smu)
Hide thumbs Also See for 2601:
Table of Contents

Advertisement

Series 2600 System SourceMeter® Instruments Reference Manual
Figure 14-1
Row/column format for display messaging
The function to set cursor position can be used two ways:
display.setcursor(row, column)
display.setcursor(row, column, style)
where:
When set to 0, the cursor will not be seen. When set to 1, a display character will blink to indicate
its position.
The
display.getcursor
ways:
row, column, style = display.getcursor()
row, column = display.getcursor()
row = display.getcursor()
Example: The following code positions the cursor on Row 2, Column 1, and then reads the cursor
position:
display.setcursor(2, 1)
row, column = display.getcursor()
print (row, column)
Output: 2.000000e+00 1.000000e+00

Displaying text messages

The
display.settext
the present cursor position.
display.settext(text)
where:
2600S-901-01 Rev. C / January 2008
row = 1 or 2
(Row 1)
column = 1 to 20
(Row 2)
= 1 to 32
(invisible)
style = 0
(blink)
= 1
function returns the present cursor position, and can be used three
function is used to define and display a message. The message will start at
is the text string to be displayed.
text
Return to
Section Topics
Section 14: Display Operations
14-5

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

26362602261126122635

Table of Contents