3-10
Return to
2600S-900-01 Rev. C / January 2008
Section 3: Test Script Processor Interaction
Series 2600 System SourceMeter
Figure 3-5
Run configuration example - Script Attributes tab shown
Running the user script
Reference
See “User scripts” in Section 2 of the Series 2600 Reference Manual for details on
running a user script.
Remote programming
The functions for the KIGeneralUser user script can be called after the script is run as follows:
KIGeneralUser()
After the above command is executed, any of the functions that make up the user script can be
called in the same manner that factory script functions are called (see “
” on
).
Front panel operation
To run the script from the front panel, a test name has to be added to the
USER TESTS
submenu
of the
LOAD TEST
menu. Since the KIGeneralUser script is made up of eight functions, a front
panel user test must run the script and also call a function. The following command will add the
test name “PulseVMeasI” to the menu. It will also configure the test to run the
KIGeneralUser
script and call the
PulseVMeasureI
function:
display.loadmenu.add("PulseVMeasI", "KIGeneralUser() PulseVMeasureI()",
display.SAVE)