2600AS-901-01 Rev. B / September 2008 Return to Section Topics 19-47
Series 2600A System SourceMeter® Instruments Reference Manual Section 19: Remote Commands
Example Prompts the operator to enter a voltage value – Valid input range is 0 to +2.00, with a default of
0.50:
value = display.prompt("0.00", "V", "Input 0 to +2V", 0.5, 0, 2)
The above command will display the following input prompt:
0.50V
Input 0 to +2V
display.screen
Attribute The selected display screen.
Default display.SMUA (2601A/2611A/2635A)
display.SMUA_SMUB (2602A/2612A/2636A)
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage displayid = display.screen -- Reads display screen.
display.screen = displayid -- Writes display screen.
Set displayid to one of the following values:
0 or display.SMUA Displays source-measure and compliance for SMU A.
1 or display.SMUB Displays source-measure and compliance for SMU B.
2 or display.SMUA_SMUB Displays source-measure for SMU A and SMU B.
3 or display.USER Displays the user screen.
Remarks • Setting this attribute selects the display screen for the front panel. This attribute can be read to
determine which of the four available display screens was last selected by the user. The user
can select the screen by value or one of the enumerations.
Details See Display screen in Section 11.
Example Selects the source-measure and compliance limit display for SMUA:
display.screen = display.SMUA