Fundamentals Of Scripting For Tsp; What Is A Script - Keithley 2450 Reference Manual

Interactive sourcemeter instrument
Table of Contents

Advertisement

Section 7: Introduction to TSP operation

Fundamentals of scripting for TSP

Though it can improve your process to use scripts, you do not have to create scripts to use the
instrument. Most of the examples in the documentation can be run by sending individual command
messages. The next few sections of the documentation describe scripting and programming features
of the instrument. You only need to review this information if you are using scripting and
programming.
Scripting helps you combine commands into a block of code that the instrument can run. Scripts help
you communicate with the instrument more efficiently.
Scripts offer several advantages compared to sending individual commands from the host controller
(computer):
Scripts are easier to save, refine, and implement than individual commands.
The instrument performs more quickly and efficiently when it processes scripts than it does when
it processes individual commands.
You can incorporate features such as looping and branching into scripts.
Scripts allow the controller to perform other tasks while the instrument is running a script,
enabling some parallel operation.
Scripts eliminate repeated data transfer times from the controller.
In the instrument, the Test Script Processor (TSP
This section describes how to create, load, modify, and run scripts.

What is a script?

A script is a collection of instrument control commands and programming statements. Scripts that you
create are referred to as user scripts.
Your scripts can be interactive. Interactive scripts display messages on the front panel of the
instrument that prompt the operator to enter parameters.
7-4
Model 2450 Interactive SourceMeter® Instrument Reference Manual
®
) scripting engine processes and runs scripts.
2450-901-01 Rev. B/September 2013

Advertisement

Table of Contents
loading

Table of Contents