EasyManua.ls Logo

Tektronix KEITHLEY 2600B Series

Tektronix KEITHLEY 2600B Series
834 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Section 8: Instrument programming Series 2600B System SourceMeter® instrument Reference Manual
8-78 2600BS-901-01 Rev. F/August 2021
In this example, you can access the new script by sending either of the following commands:
beepTwoSec1200()
script.user.scripts.beepTwoSec()
To access the unnamed script, you can send the command:
beepTwoSec()
Figure 105: Create a new script with the name of an existing script
Rename a script
You can rename a script. You might want to rename a script if you need to name another script the
same name as the existing script. You could also rename an existing script to be the autoexec script.
To change the name of a script, use the command:
scriptVar.name = "renamedScript"
Where:
scriptVar
=
The global variable name
"renamedScript"
=
The new name of the user script that was referenced by the
scriptVar global variable
After changing the name, you need to save the original script to save the change to the
name attribute.
For example:
beepTwoSec.name = "beep2sec"
beepTwoSec.save()

Table of Contents

Related product manuals