Series 3700 System Switch/Multimeter Reference Manual
Section 9
:
Instrument Control Library (ICL)
Document Number: 3700S-901-01 Rev. A / August 2007
9-175
setup.recall
Example
To recall factory default settings:
setup.recall(0)
To recall the user-setup (internal):
setup.recall(1)
To recall a user saved setup stored in a file named KEITHLEY_3730 on a USB flash
drive:
setup.recall("/usb1/KEITHLEY_3730")
setup.save
Function
Saves the present setup as a user-setup.
Usage
To save to the internal memory location, send no parameters with function:
setup.save()
To save to the USB flash drive:
setup.save(location)
location:
Setup location to save. Use the format "/usb1/
<filename>
" where
<filename>
is the name of the desired file contained on a USB flash drive.
Remarks
This function overwrites any previous values with the present setup. When saving a
setup to an attached USB flash drive, specify "/usb1/" at the start of the file name. The
.tsp
is appended to the file name. Any specified file extension other than
.tsp
will
generate errors.
Valid destination file name examples:
setup.save('/usb1/mysetup')
setup.save('/usb1/mysetup.stp')
Invalid destination file name examples:
setup.save('/usb1/mysetup.stp.')
-Invalid extension due to period by no following letters for extension.
setup.save('/usb1/mysetup.txt')
-Invalid extension. Use
.stp
or do not specify (no period)
setup.save('/usb1/mysetup.txt.stp')
-invalid extension since 2 periods specified (
mysetup_txt.tsp
would be correct).
NOTE
The setup files saved to the USB flash drive will always have an extension of
.stp