Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 4: Sourcing and measuring
2601B-PULSE-901-01A April 2020 4-53
Start-up configuration
You can specify the 2601B-PULSE start-up (power-on) configuration from the front panel. Set the
start-up configuration to a previously stored setup (recalled from internal nonvolatile memory) or reset
to the factory default setup.
To select the power-on setup:
1. Press the MENU key to access the main menu.
2. Select SETUP, and then press the ENTER key.
3. Select POWERON, and then press the ENTER key.
4. Select the configuration to use.
5. Press the ENTER key.
6. Use the EXIT (LOCAL) key to return to the main display.
Saving user setups from a remote interface
Use the setup.save() and setup.recall() functions to save and recall user setups.
To save and recall user setups using remote commands:
The following example saves the present setup as setup 1, and then recalls setup 1:
-- Save the present setup to nonvolatile memory.
setup.save(1)
-- Recall the saved user setup from nonvolatile memory.
setup.recall(1)
Restoring the factory default setups
Use one of the reset functions to return the 2601B-PULSE 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 SMU defaults:
smua.reset()
Reset only the local TSP-Link node:
localnode.reset()