Restoring the factory default setups using remote commands
Use one of the reset functions to return the 2600B to the original factory defaults. An example of each
type of reset is shown in the following program examples.
Restore all factory defaults of all nodes on the TSP-Link
®
network:
reset()
Restore all factory defaults (note that you cannot use *rst in a script):
*rst
Restore all factory defaults:
setup.recall(0)
Restore channel A defaults:
smua.reset()
Reset only the local TSP-Link node:
localnode.reset()