Upgrade - Keithley 3700 series Reference Manual

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

Advertisement

Series 3700 System Switch/Multimeter Reference Manual
userstring.delete
Also see
Example
userstring.get
Function
Usage
Remarks
Also see
Example

Upgrade

Use the function in this section to perform an upgrade.
upgrade.unit
Function
Usage
Remarks
Document Number: 3700S-901-01 Rev. A / August 2007
userstring.add
(on page 9-219)
userstring.catalog
(on page 9-220)
userstring.get
(on page 9-221)
Deletes user-defined strings from nonvolatile memory:
userstring.delete("assetnumber")
userstring.delete("department")
userstring.delete("contact")
Retrieves a user-defined string from nonvolatile memory.
value = userstring.get(name)
name: Name of the user string.
value: Returns the string value associated with name.
This function will retrieve from non- volatile memory the string that is associated with
the string name.
userstring.add
(on page 9-219)
userstring.catalog
(on page 9-220)
userstring.delete
(on page 9-220)
Retrieves the value for a user string from nonvolatile memory:
value = userstring.get("assetnumber")
print(value)
Output: 236
Upgrades the Series 3700 firmware.
upgrade.unit()
This command is equivalent to manually performing an upgrade from the front panel.
The functions will search the thumb drive for a file to upgrade the unit and upgrade if
one is found (if a file is not found, the function errors).
Section 9: Instrument Control Library (ICL)
9-221

Advertisement

Table of Contents
loading

Table of Contents