EasyManuals Logo

Keithley DMM7510 Reference Manual

Keithley DMM7510
1036 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 #574 background imageLoading...
Page #574 background image
Model DMM75
10 7½ Digit Graphical Sampling Multimeter Reference Manual Section 7:
Introduction to TSP commands
DMM7510-901-01 Rev. B / May 2015 7-3
Reading an attribute
To read an attribute, you can use the attribute as the parameter of a function or assign it to another
variable.
Example 1: Read an attribute using a function
print(display.lightstate)
Reads the status of the light state by passing
the attribute to the print function. If the display
light state is set to 50 %, the output is:
display.STATE_LCD_50
Example 2: Read an attribute using a variable
light = display.lightstate
print(light)
This reads the light state by assigning the
attribute to a variable named light. If the
display light state is set to 25 %, the output is:
display.STATE_LCD_25
Queries
Test Script Processor (TSP
®
) enabled instruments do not have inherent query commands. Like any
other scripting environment, the print() and printnumber() commands generate output in the
form of response messages. Each print() command creates one response message.
Example
x = 10
print(x)
Example of an output response message:
1.00000e+01
Note that your output may be different if you set your ASCII
precision setting to a different value.
USB flash drive path
You can use the file commands to open and close directories and files, write data, or to read a file on
an installed USB flash drive.
The root folder of the USB flash drive has the absolute path:
"/usb1/"
Information on scripting and programming
If you need information about using scripts with your TSP-enabled instrument, see Fundamentals of
scripting for TSP (on page 7-4).
If you need information about using the Lua programming language with the instrument, see
Fundamentals of programming for TSP (on page 7-12
).

Table of Contents

Other manuals for Keithley DMM7510

Questions and Answers:

Question and Answer IconNeed help?

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

Keithley DMM7510 Specifications

General IconGeneral
Resolution7.5 digits
DC Voltage Range100 mV to 1000 V
AC Voltage Range100 mV to 750 V
DC Current Range10 µA to 10 A
Resistance Range10 Ω to 1 GΩ
Sampling Rate1 MS/s
Memory27.5 million readings
Display5 inch capacitive touchscreen
AC Voltage Accuracy±0.06% of reading
AC Current Range10 A
ConnectivityUSB, LAN, GPIB

Related product manuals