Node[N].Execute(); Node[N].Getglobal() - Keithley 2651A Reference Manual

High power system sourcemeter instrument
Hide thumbs Also See for 2651A:
Table of Contents

Advertisement

Section 7: Command reference

node[N].execute()

This function starts test scripts from a remote node.
Type
TSP-Link accessible
Function
Yes (see Details)
Usage
node[N].execute(scriptCode)
N
scriptCode
Details
Only the remote master node can use the execute command to run a script on this node. This function does not
run test scripts on the master node, only on this node when initiated by the master node.
This function may only be called when the group number of the node is different than the node of the master.
This function will not wait for the script to finish execution.
This function cannot be used from the local node. This command should only be used from a remote master
when controlling this instrument over a TSP-link
Example 1
node[2].execute(sourcecode)
Example 2
node[3].execute("x = 5")
Example 3
node[32].execute(TestDut.source)
Also see
tsplink.group
TSP advanced features

node[N].getglobal()

This function returns the value of a global variable.
Type
TSP-Link accessible
Function
Yes (see Details)
7-142
Model 2651A High Power System SourceMeter® Instrument Reference Manual
Affected by
The node number of this instrument
A string containing the source code
(on page 7-347)
(on page 6-53)
Affected by
Where saved
®
.
Runs script code on node 2.
Runs script code in string constant ("x = 5") to set x
equal to 5 on node 3.
Runs the test script stored in the variable TestDut
(previously stored on the master node) on node 32.
Where saved
Default value
Default value
2651A-901-01 Rev. A / March 2011

Advertisement

Table of Contents
loading

Table of Contents