2600S-900-01 Rev. C / January 2008
Return to
3-7
Series 2600 System SourceMeter
Section 3: Test Script Processor Interaction
The above command defines a display input field and message prompt for entering the bias
voltage. The
-40
parameter sets the minimum voltage that can be entered, and the
40
parameter
sets the maximum voltage that can be entered.
Now assume you wish to change the bias input limits to ±10V. Edit the line of code to the following:
92bias = display.prompt("+00.000", " Seconds", "Enter BIAS Voltage.", 0, -
10, 10)
Saving the script
– After modifying the script file, it must be saved by clicking the save icon on the
toolbar of the Test Script Builder as follows:
Click to save the main.tsp script file
Figure 3-3
Project Navigator
Test Code
KIGeneral project imported into the Test Script Builder
Step 3: Storing the script in non-volatile memory of the Series 2600
Reference
See “User scripts” in Section 2 of the Series 2600 Reference Manual for more
information on storing user scripts in non-volatile memory.
After modifying a factory script, it can be loaded back into the Series 2600 and saved in non-
volatile memory as a user script.