![Keithley 2651A Reference Manual Download Page 478](http://html1.mh-extra.com/html/keithley/2651a/2651a_reference-manual_661729478.webp)
Section 7: Command reference
Model 2651A High Power System SourceMeter® Instrument Reference Manual
7-170
2651A-901-01 Rev. A / March 2011
Example
setup.poweron = 0
Set the instrument to use the factory default setup
when power is turned on.
Also see
Start-up (power-on) configuration
setup.recall()
This function recalls settings from a saved setup.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
setup.recall(
id
)
id
An integer or string specifying the location of the setup to recall:
•
Factory default setup (0)
•
User-saved setup in nonvolatile memory (
1
to
5
)
•
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 restore from the instrument's
nonvolatile memory. When
n
= 0, the unit recalls the factory default setup
;
when
n
= 1 to 5, the instrument
recalls a user-saved setup from nonvolatile memory.
When the
id
parameter is a string, it is interpreted as the path and file name of the setup to restore from a file on
a USB flash drive. The path may be absolute or relative to the current working directory.
Before a setup is recalled an instrument reset is performed.
Example 1
setup.recall(2)
Recall the user-saved setup at location 2.
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