Section 11: TSP command reference
Series 3700A System Switch/Multimeter Reference Manual
11-138
3700AS-901-01 Rev. D/June 2018
For positive and negative entry (plus sign (+) used for the value field and the exponent field), polarity
of a nonzero value or exponent can be toggled by positioning the cursor on the polarity sign and
turning the navigation wheel . Polarity will also toggle when using the navigation wheel to
decrease or increase the value or exponent past zero. A zero value or exponent (for example, +00) is
always positive and cannot be toggled to negative polarity.
After executing this command and pressing the
EXIT (LOCAL)
key, the value returns
nil
.
Example
value = display.prompt("0.00", "V", "Input 0 to +2V", 0.5, 0, 2)
print(value)
The above command prompts the operator to enter a voltage value. The valid input range is 0 to +2.00, with a
default of 0.50:
0.50V
Input 0 to +2V
If the operator enters 0.70, the output is:
7.00000e-01
Also see
display.screen
This attribute contains the selected display screen.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Instrument reset
Recall setup
Create configuration script
Save setup
display.MAIN
Usage
displayID
= display.screen
display.screen =
displayID
displayID
One of the following values:
▪
1
or
display.MAIN
: Displays the main screen
▪
2 or
display.USER
: Displays the user screen
Details
Setting this attribute selects the display screen for the front panel. This performs the same action as
pressing the DISPLAY key on the front panel. The text for the display screen is set by
display.settext()
.
Read this attribute to determine which of the available display screens was last selected.
This does not support the CLOSED CHANNELS option that is available from the
DISPLAY
key.
Example
display.screen = display.USER
Selects the user display.
Also see
(on page 11-141)