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.
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
Recall the user-saved setup.
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
Saved setups (on page 3-30)
setup.save() (on page 11-356)
setup.save()
This function saves the present setup as a user-saved setup.
Usage
setup.save()
setup.save("id")
A string that specifies the path and file name to which to save the user setup
on a USB flash drive ("/path/filename")