Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-355
print(setup.card("/usb1/mysetup.set"))
Query the cards associated with setup saved
as JulySetup.set on the thumb drive.
The following example of output shows that
slots 1, 5, and 6 are empty, slot 2 has a 3723
installed, slot 3 has a 3722 installed and slot
4 has a 3720 installed:
0,3723,3722,3720,0,0
Also see
setup.recall() (on page 11-356)
setup.save() (on page 11-356)
setup.poweron
This attribute specifies which saved setup to recall when the instrument is turned on.
Usage
id = setup.poweron
setup.poweron = id
An integer that specifies the setup to recall when the instrument power is
turned on (0 or 1)
Details
When id = 0, the instrument uses the factory default setup when it is turned on. When id is set to 1,
it uses the setup saved with setup.save().
Only setups stored in nonvolatile memory are available.
To save a script that is used when the instrument is powered on, you can create a configuration script
and name it autoexec.
Example
Set the instrument to use the factory default setup when power
is turned on.
Also see
createconfigscript() (on page 11-110)
Save the present configuration (on page 3-33)
setup.save() (on page 11-356)
Start-up (power-on) configuration (on page 3-32)