Section 11: TSP command reference
Series 3700A System Switch/Multimeter Reference Manual
11-356
3700AS-901-01 Rev. D/June 2018
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 that specifies the location of the setup to recall:
▪
Factory default setup:
0
▪
User-saved setup in nonvolatile memory:
1
▪
User-saved setup on a USB flash drive:
"/
path/filename
"
Details
If the
id
parameter is
1
, the internal setup that was saved with
setup.save()
is recalled. If the
id
parameter is 0, the instrument recalls the factory default setup.
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(1)
Recall the user-saved setup.
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 3-30)
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()
setup.save("
id
")
id
A string that specifies the path and file name to which to save the user setup
on a USB flash drive (
"/path/filename"
)
Details