touch, test, invent Series Instruments Declassification and Security Instructions
077086201 / July 2019
5
Clearing data
You can use TSP scripts to clear data. You can run these scripts from the front panel using a flash drive or run
them remotely.
Clearing data scripts and setups
To clear the data scripts and setups:
1. Set the correct command set:
*LANG TSP
2. Erase user strings from nonvolatile memory:
for name in userstring.catalog() do
userstring.delete(name)
end
3. Erase scripts and configuration lists from nonvolatile memory:
for name in script.user.catalog() do
script.delete(name)
end
4.
Source-measure instruments only (2450, 2460, 2461, and 2470):
Set the GPIB address to the factory
default:
gpib.address = 18
5. Digital multimeters only (DMM7510): Set the GPIB address to the factory default:
gpib.address = 16
6. Set the command set to SCPI:
*LANG SCPI
Resetting the instrument
These steps only reset the volatile memory. Resetting the volatile memory restores the instrument to the factory
defaults.
If you are using the SCPI command set:
*RST
If you are using the TSP command set:
reset()