Schedule.disable(); Script.anonymous - Keithley 3700A Series Reference Manual

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

Advertisement

Section 11: TSP command reference
Also see
ptp.utcoffset
(on page 11-307)

schedule.disable()

This function disables all alarms.
Type
TSP-Link accessible
Function
Yes
Usage
schedule.disable()
Details
This command sets the schedule.alarm[N].enable attribute to 0 (schedule.OFF) for each
schedule alarm N.
Also see
schedule.alarm[N].enable

script.anonymous

This is a reference to the anonymous script.
Type
TSP-Link accessible
Attribute (R)
No
Usage
scriptVar = script.anonymous
scriptVar
Details
You can use the script.anonymous script like any other script. Also, you can save the anonymous
script as a user script by giving it a name.
This script is replaced by loading a script with the loadscript or loadandrunscript commands
when they are used without a name.
Example 1
script.anonymous.list()
Example 2
print(script.anonymous.source)
11-342
Affected by
Where saved
(on page 11-338)
Affected by
See Details
The name of the variable that references the script
Series 3700A System Switch/Multimeter Reference Manual
Default value
Where saved
Default value
See Details
Not applicable
Displays the content of the anonymous
script.
Retrieves the source of the anonymous
script.
3700AS-901-01 Rev. D/June 2018

Advertisement

Table of Contents
loading

Table of Contents