Create A Script Using The Script.new() Command - Keithley 3700A Series Reference Manual

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

Advertisement

Series 3700A System Switch/Multimeter Reference Manual

Create a script using the script.new() command

Use the script.new() function to copy an existing script from the local node to a remote node. This
enables parallel script execution.
You can create a script with the script.new() function using the command:
scriptVar = script.new(code, name)
Where:
scriptVar
code
name
3700AS-901-01 Rev. D/June 2018
Figure 131: Global variables and scripts in the runtime environment
=
Name of the variable created when the script is loaded into the run-time
environment
=
Content of the script
Name that is added to the script.user.scripts table
=
Section 10: Instrument programming
10-45

Advertisement

Table of Contents
loading

Table of Contents