![Keithley SourceMeter 2601 Скачать руководство пользователя страница 64](http://html1.mh-extra.com/html/keithley/sourcemeter-2601/sourcemeter-2601_user-manual_4093728064.webp)
3-18
Return to
2600S-900-01 Rev. C / January 2008
Section 3: Test Script Processor Interaction
Series 2600 System SourceMeter
Figure 3-9
GUI after loading and running the function script (GPIB)
The primary code that calls the function and retrieves the measurement results is listed below.
TSP prompts are enabled prior to calling the function. This code is executed when you click the
Call Function (GPIB) command button. In this example, the function performs ten current
measurements and sends the readings to the PC because “ntimes” is set to 10 when the function
is called. The results are displayed in the Data text box as shown in
. Note that it would
be just as easy to take one or 100 readings simply by calling the function with a different value for
“ntimes,” e.g. MeasCurr(100). You can pass parameters to a function, but not to a script. However,
you must initially run a script to create a function. See the Series 2600 Series 2600 Reference
Manual for more information about scripts and functions.