High Voltage SourceMeter Instrument Reference Manual Section 13:
Introduction to TSP commands
2470-901-01 Rev. A / May 2019 13-47
Queries and response messages
You can use the print(), printbuffer(), and printnumber() functions to query the
i
nstrument and generate response messages. The format attributes control how the data is formatted
for the print functions used.
The localnode commands determine if generated errors are automatically sent and if prompts are
generated.
format.asciiprecision (on page 14-82)
format.byteorder (on page 14-83)
format.data (on page 14-84)
localnode.serialno (on page 14-92)
localnode.settime() (on page 14-93)
localnode.showevents (on page 14-94)
localnode.version (on page 14-95)
print() (on page 14-99)
printbuffer() (on page 14-100)
printnumber() (on page 14-103)
Scripting
Scripting helps you combine commands into a block of code that the instrument can run. Scripts help
you communicate with the instrument efficiently. These commands describe how to create, load,
modify, run, and exit scripts.
For detail on using scripts, see Fundamentals of scripting for TSP (on page 13-4
).
createconfigscript() (on page 14-46)
exit() (on page 14-76)
script.delete() (on page 14-104)
script.load() (on page 14-105)
scriptVar.run() (on page 14-105)
scriptVar.save() (on page 14-106)
scriptVar.source (on page 14-107)