Keithley 708B Reference Manual page 233

Switching matrix
Hide thumbs Also See for 708B:
Table of Contents

Advertisement

Section 6: Instrument programming
Global variables
name
beepTwoSec
script.user.scripts table
beep2sec
Example: Change name of existing script to create the autoexec script
Code
test2.name = "autoexec"
test2.save()
You can also use the script.new() and the scriptVar.source attribute commands to
create a script with a new name. For example, if you had an existing script named test1, you could
create a new script named test2 by sending the command:
test2 = script.new(test1.source, "test 2")
See script.new() (on page 7-160)
6-42
Figure 84: Rename script
value
pointer to script named
beep2sec
pointer to script named
beep2sec
Models 707B and 708B Switching Matrix Reference Manual
Scripts in the runtime environment
script name
beep2sec
beeper.enable = 1
source
beeper.beep(2, 2400)
Autorun
No
Notes
Changes name of the script named test2 to
be autoexec. The autoexec script runs
automatically when the instrument is turned on.
It runs after all the scripts have loaded and any
scripts marked as autorun have run.
NOTE
707B-901-01 Rev. A / August 2010

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

707b

Table of Contents