2600AS-901-01 Rev. B / September 2008
Return to
19-101
Series 2600A System SourceMeter® Instruments Reference Manual
Section 19: Remote Commands
setup
The functions and attribute in this group are used to save/recall setups and to set the power-on setup.
setup.poweron
Attribute
The saved setup to recall when the unit is turned on.
Default
0
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage
n = setup.poweron
-- Reads the power-on setup.
setup.poweron = n
-- Writes the power-on setup
.
n
Setup number to recall on power up (0 to 5).
Remarks
• For an
n
setting of 0, the unit powers up to the factory default (reset) setup. For an
n
setting of 1 to 5, the unit powers up to a user saved setup.
Details
See
in
Example
Sets unit to power on to the factory defaults:
setup.poweron = 0
setup.recall
Function
Recalls settings from a saved setup.
TSP-Link
accessibility
This function can be accessed from a remote TSP-Link node.
Usage
setup.recall(id)
id
The setup ID.
Remarks
• If a number (
n
), this parameter is
interpreted as a setup number, and the setup is restored from
internal memory. If it is a string, this parameter is interpreted as a path and file name,
and the
setup is restored from the corresponding file on the memory stick. The path may be absolute or
relative to the current working directory.
• For an
n
setting of 0, the unit recalls the factory default (reset) setup. For an
n
setting of 1 to 5,
the unit recalls a user saved setup from the internal nonvolatile memory.
• Saved setup settings can also be loaded from a USB memory stick. If
id
is a string, the setup
will be recalled from the memory stick and
id
is the file name as described above.
Details
See
in
.
Example
Recalls the user-setup at location 2:
setup.recall(2)