![Keithley SourceMeter 2600B Series Скачать руководство пользователя страница 534](http://html2.mh-extra.com/html/keithley/sourcemeter-2600b-series/sourcemeter-2600b-series_reference-manual_4085220534.webp)
Series 2600B System SourceMeter® Instrument Reference Manual
Section 7: TSP command reference
2600BS-901-01 Rev. C / August 2016
7-195
Example 2
setup.recall("/usb1/KEITHLEY_30730.set")
Recall a user-saved setup stored in a file
named
KEITHLEY_30730
on a USB flash
drive.
Also see
(on page 2-47)
setup.save()
This function saves the present setup as a user-saved setup.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
setup.save(
id
)
id
An integer or string specifying where to save the user setup:
•
Save in nonvolatile memory (
1
to
5
)
•
Save as user-saved setup on a USB flash drive (
"/path/filename"
)
Details
When the
id
parameter is an integer (
n
), it is interpreted as the setup number to save to the
instrument's nonvolatile memory.
When you save to a specified integer (
1
to
5
) in nonvolatile memory, the previous setup at that same
location is overwritten.
When the
id
parameter is a string, it is interpreted as the path and file name of the location to save
the present setup on a USB flash drive. The path may be absolute or relative to the current working
directory.
Example
setup.save(5)
Saves the present setup to the internal memory of
the instrument at location 5.
Also see
(on page 2-47)
(on page 7-194)