EasyManuals Logo

Keithley 2461 Reference Manual

Keithley 2461
1109 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 #674 background imageLoading...
Page #674 background image
In this section:
TSP command programming notes .......................................... 8-1
Using the TSP command reference ......................................... 8-3
TSP commands ........................................................................ 8-7
TSP command programming notes
This section contains general information about using TSP commands.
TSP syntax rules
This section provides rules for 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 8
TSP command reference

Table of Contents

Other manuals for Keithley 2461

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keithley 2461 and is the answer not in the manual?

Keithley 2461 Specifications

General IconGeneral
Maximum Current7 A
Power100 W
Resolution6.5 digits
Source Measure Unit (SMU)Yes
DC Voltage100 V
Maximum Voltage100 V
Display5-inch capacitive touchscreen
ConnectivityUSB, GPIB
SoftwareTSP
DC Current7 A
Current Source Range0 to 7 A
Voltage Measurement Range100 mV to 100 V
Current Measurement Range10 nA to 7 A
Voltage Measurement Resolution100 nV

Related product manuals