Keithley 3700 series Reference Manual page 297

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Series 3700 System Switch/Multimeter Reference Manual
localnode.setup.poweron
Example
localnode.setup.recall
Function
Usage
Remarks
Also see
Example
Document Number: 3700S-901-01 Rev. A / August 2007
To set unit to power on with factory default settings:
localnode.setup.poweron = 0
To query power on state:
print(localnode.setup.poweron)
Output (factory default):
0
Recalls settings from a saved setup.
localnode.setup.recall(location)
location: Setup number to recall (0, 1, or "/usb1/<filename>").
0: Reset setup.
1: Internal setup.
<filename>: Use the name of the desired file contained on a USB flash drive.
If a number is sent as the parameter:
The number is interpreted as a setup number and the setup is saved to internal
memory. Setting this attribute to 0 recalls the factory default (reset) setup. Setting this
attribute to 1 recalls the user saved setup from internal memory.
If a string is sent as the parameter:
The string is interpreted as a path and file name and the setup is saved to the
corresponding file on the USB flash drive. The path may be absolute or relative to the
current working directory.
localnode.setup.save
(on page 9-154)
To recall factory default settings:
localnode.setup.recall(0)
To recall the user saved setup from internal memory:
localnode.setup.recall(1)
To recall a user saved setup stored in a file named KEITHLEY_3730 on a USB flash
drive:
localnode.setup.recall("/usb1/KEITHLEY_3730")
Section 9: Instrument Control Library (ICL)
9-153

Advertisement

Table of Contents
loading

Table of Contents