Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-110 3700AS-901-01 Rev. D/June 2018
createconfigscript()
This function creates a setup file that captures most of the present settings of the instrument.
Usage
createconfigscript("scriptName")
A string that represents the name of the script that will be created
Details
If scriptName is set to autoexec, the autoexec script in the instrument is replaced by the new
configuration script.
If scriptName is set to the name of an existing script, the existing script is overwritten.
Once created, the script that contains the settings can be run and edited like any other script.
Example
createconfigscript("August2013")
Captures the present settings of the instrument
into a script named August2013.
Also see
Create a configuration script (on page 3-35)
Save the present configuration (on page 3-33)
dataqueue.add()
This function adds an entry to the data queue.
Usage
result = dataqueue.add(value)
result = dataqueue.add(value, timeout)
The resulting value of true or false based on the success of the function
The data item to add; value can be of any type
The maximum number of seconds to wait for space in the data queue