Section 14: TSP command reference
2470 High Voltage SourceMeter Instrument Reference Manual
14-62
2470-901-01 Rev. A /
May
2019
Example
optionID = display.input.option("Select an option", "Apple", "Orange", "Papaya",
"Pineapple", "Blueberry", "Banana", "Grapes", "Peach", "Apricot", "Guava")
print(optionID)
This example displays the following dialog box:
If the user selects
Peach
, the return is
display.BUTTON_OPTION8
.
Also see
(on page 14-59)
(on page 14-63)
(on page 14-64)