Top level instrument controls
These commands work with other commands to control general instrument functions. They are also
used to set and gather instrument information.
The beeper commands allow you to enable or disable and sound the instrument beeper.
delay() stops instrument operation for a specified period of time. It is typically used to soak a device
at a specific voltage or current for a period of time.
memory.available() and memory.used() allow you to determine the amount of memory in the
instrument.
The os commands are Lua functions that allow you to change directory and file names.
opc() sets the operation complete status bit when all overlapped commands are completed.
The upgrade functions allow you to upgrade or downgrade the Series 3700A firmware.
The userstring commands allow you to manage user-defined strings in nonvolatile memory.
waitcomplete() allows you to send a command to wait for all overlapped operations in a group to
complete.
beeper.beep() (on page 11-8)
beeper.enable (on page 11-8)
delay() (on page 11-115)
memory.available() (on page 11-293)
memory.used() (on page 11-294)
opc() (on page 11-297)
upgrade.previous() (on page 11-446)
upgrade.unit() (on page 11-446)
userstring.add() (on page 11-447)
userstring.catalog() (on page 11-447)
userstring.delete() (on page 11-448)
userstring.get() (on page 11-449)
waitcomplete() (on page 11-450)