Keithley SourceMeter 2600 Series Reference Manual page 102

Table of Contents

Advertisement

2-50 TSP Programming Fundamentals
The following command returns a catalog listing of the factory scripts stored in the
Series 2600:
script.factory.catalog()
Example:
Retrieve the catalog listing for factory scripts:
for name in script.factory.catalog() do
end
The following function retrieves a script listing. The script chunk is returned, along
with the shell keywords (
script.factory.scripts.name.list()
where:
Example:
Retrieve the script listing for a factory script named "sourceMeasureDC":
factoryscriptlist = script.factory.scripts.sourceMeasureDC()
print (factoryscriptlist)
Differences: remote vs. local state
The Series 2600 can be in either the local state or the remote state. When in the
local state (REM annunciator off), the instrument is operated using the front panel
controls. When in the remote state (REM annunciator on), instrument operation is
being controlled by the PC. When the instrument is powered-on, it will be in the
local state.
Remote state
The following actions will place the instrument in the remote state:
While in the remote state, front panel controls are disabled. However, the LOCAL
key will be active if it has not been locked out. When an interactive script is running,
the front panel controls will be active to allow the operator to input parameter val-
ues.
2600S-901-01 Rev. A / May 2006
print (name)
loadscript
is the name of the factory script.
name
Sending a command from the PC to the instrument.
Running a script (FACTORY or USER test) from the front panel. After the
test is completed, the instrument will return to the local mode.
Opening communications between the instrument and Test Script Builder.
Return to
Series 2600 System SourceMeters Reference Manual
or
loadandrunscript
Section 2 topics
, and
):
endscript

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents