Keithley 3700 series Reference Manual page 319

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Series 3700 System Switch/Multimeter Reference Manual
setup.recall
Example
setup.save
Function
Usage
Remarks
Document Number: 3700S-901-01 Rev. A / August 2007
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")
Saves the present setup as a user-setup.
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.
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
Section 9: Instrument Control Library (ICL)
9-175

Advertisement

Table of Contents
loading

Table of Contents