Download Print this page

Usb Storage Overview; Connecting The Usb Flash Drive - Tektronix KEITHLEY System SourceMeter 2636B Reference Manual

Advertisement

Series 2600B System SourceMeter® Instrument Reference Manual
The following programming example illustrates how to prompt the user to press the EXIT (LOCAL)
key to abort the script, or any other key to continue it:
display.clear()
display.setcursor(1, 1)
display.settext("Press EXIT to Abort")
display.setcursor(2, 1)
display.settext("or any key to continue")
key = display.waitkey()
display.clear()
display.setcursor(1, 1)
if key == 75 then
display.settext("Test Aborted")
exit()
else
display.settext("Test Continuing")
end
The above code captures the key that is pressed by the operator. The key code value for the EXIT
(LOCAL) key is 75. If the EXIT (LOCAL) key is pressed, the script aborts. If any other key is pressed,
the script continues.

USB storage overview

The Series 2600B includes a USB port on the front panel. To store scripts and to transfer files from
the instrument to the host computer, you need a USB flash drive.
For information about saving reading buffers to a USB flash drive, see
page 5-5).
For information about storing and loading scripts to and from a USB flash drive, see
script
(on page 10-11).
For information about file I/O, see
For information about saving user setups, see

Connecting the USB flash drive

The Series 2600B supports flash drives that comply with USB 2.0 standards and USB 1.0 and 1.1
standards. You can save data to the USB flash drive from the front panel, or you can create a script
to save data to the USB flash drive.
To connect the USB flash drive, plug the USB flash drive into the USB port located on the
instrument's front panel (see the following figure).
2600BS-901-01 Rev. E / January 2019
File I/O
(on page 9-7).
Saved setups
Section 3: Instrument description
Saving reading buffers
Save a user
(on page 4-24).
(on
3-35

Advertisement

loading
Need help?

Need help?

Do you have a question about the KEITHLEY System SourceMeter 2636B and is the answer not in the manual?

Subscribe to Our Youtube Channel