EasyManuals Logo

Tektronix Keithley SourceMeter 2470 Reference Manual

Tektronix Keithley SourceMeter 2470
995 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #641 background imageLoading...
Page #641 background image
In this section:
TSP command programming notes ........................................ 14-1
Using the TSP command reference ....................................... 14-4
TSP commands ...................................................................... 14-8
TSP command programming notes
This section contains general information about using TSP commands.
TSP syntax rules
This section provides rules that explain what you can and cannot do when entering TSP commands.
Upper and lower case
Instrument commands are case sensitive.
Function and attribute names are in lowercase characters.
Parameters and attribute constants can use a combination of lowercase and uppercase characters.
The correct case for a specific command is shown in its command description.
The following example shows the beeper.beep() function, where 2 is the duration in seconds and
2400 is the frequency. Note that the function is in lowercase characters:
beeper.beep(2, 2400)
The following command changes the display light state to be at level 50. Note that the attribute
(display.lightstate) is lower case, but the constant (display.STATE_LCD_50) is a
combination of lowercase and uppercase characters:
display.lightstate = display.STATE_LCD_50
White space
You can send commands with or without white spaces.
For example, the following functions, which set the length and frequency of the instrument beeper,
are equivalent:
beeper.beep(2,2400)
beeper.beep (2, 2400)
Section 14
TSP command reference

Table of Contents

Other manuals for Tektronix Keithley SourceMeter 2470

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Tektronix Keithley SourceMeter 2470 and is the answer not in the manual?

Tektronix Keithley SourceMeter 2470 Specifications

General IconGeneral
BrandTektronix
ModelKeithley SourceMeter 2470
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals