2600AS-901-01 Rev. B / September 2008
Return to
13-25
Series 2600A System SourceMeter® Instruments Reference Manual
Section 13: Test Script Builder (TSB)
Figure 13-19
Deleting a project
The script file will be deleted from the Project Navigator and will also be deleted from the
workspace folder for the project.
Deleting a script file
To delete a script file from a project, right-click the script file in the Project Navigator and then click
Delete in the mouse menu. The script file will be deleted from the Project Navigator and will also
be deleted from the workspace folder for the project.
Displaying custom messages
You can create custom messages that display on the front panel display of the Series 2600A. Use
the code below to display “Test in Process” on the front panel display:
display.clear()
-- Clears display of messages.
display.settext("Test in Process")
-- Displays message.
Displayed messages and input prompts are used in scripts to prompt the operator to enter
parameter values from the front panel. See