Models 707B and 708B Switching Matrix Reference Manual
Section 6: Instrument programming
707B-901-01 Rev. A / August 2010
6-37
Figure 80: Global variables and scripts in the runtime environment
X
5
name
value
beepDisable
pointer to script named
beepDisable
script.user.scripts table
beepTwoSec
pointer to script named
beepT
woSec
1
Y
pointer to unnamed
script. There is no
script.user.scripts table
entry for the unnamed
script
hello
Global variables
Scripts in the runtime environment
display.clear()
display.settext("This is
anonymous")
print("This is anonymous") )
script name
source
Autorun
No
anonymous script
beepDisable
pointer to script named
beepDisable
beepTwoSec
pointer to script named
beepTwoSec
No
Autorun
beeper.enable = 1
beeper.beep(2, 2400)
script name
source
beepTwoSec
Yes
Autorun
beeper.enable = 0
script name
source
beepDisable
No
Autorun
script name
source
display.clear()
display.settext("hello"))