Keithley 3700 series Reference Manual page 298

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

Advertisement

Section 9: Instrument Control Library (ICL)
localnode.setup.save
Function
Usage
Remarks
Also see
Example
localnode.showerrors
Attribute
Usage
Remarks
Details
Also see
Example
9-154
Saves the present setup as the user-setup.
To save to the internal memory location, send no parameters with function:
localnode.setup.save()
To save to the USB flash drive:
localnode.setup.save(location)
location: Setup location to save. Use the format "usb1/<filename>" where
<filename> is the name of the desired file contained on a USB flash drive.
This function overwrites any previous values with the present setup.
localnode.setup.recall
To save the present setup as the internal user setup:
localnode.setup.save()
To save a user saved setup to a file named KEITHLEY_3730 on a USB flash drive:
localnode.setup.save("/usb1/KEITHLEY_3730")
Automatic display of errors.
To read the show errors state:
errormode = localnode.showerrors
To write the show errors state:
localnode.showerrors = errormode
errormode: Set to 0 or 1.
If this attribute is set to 1, for any errors that are generated, the unit will automatically
display the errors stored in the error queue, and then clear the queue. Errors will be
processed at the end of executing a command message (just prior to issuing a
prompt if prompts are enabled).
If this attribute is set to 0, errors will be left in the error queue and must be explicitly
read or cleared.
When used in an expanded system (TSP-Link), localnode.showerrors is sent to the
Remote Master node only. Use node[N].showerrors (where N is the node number) to
send the command to any node in the system. See for details on TSP-Link.
See
errorqueue functions and attribute
page 9-123).
localnode.prompts
(on page 9-150)
Displays errors:
localnode.showerrors = 1
Series 3700 System Switch/Multimeter Reference Manual
(on page 9-153)
(see "errorqueue functions and attributes" on
Document Number: 3700S-901-01 Rev. A / August 2007

Advertisement

Table of Contents
loading

Table of Contents