3-8
Return to
2600AS-900-01 Rev. B / September 2008
Section 3: Test Script Processor Interaction
Series 2600A System SourceMeter
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:
bias = 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:
Figure 3-3
KIGeneral project imported into the Test Script Builder
Step 3: Storing the script in nonvolatile memory of the Series 2600A
After modifying a factory script, it can be loaded back into the Series 2600A and saved in
nonvolatile memory as a user script.
Click to save the main.tsp script file
Project Navigator
Test Code