Node[N].Execute(); Node[N].Getglobal() - Keithley 2601B Reference Manual

2600b series system sourcemeter instrument
Hide thumbs Also See for 2601B:
Table of Contents

Advertisement

Section 7: TSP command reference

node[N].execute()

This function starts test scripts on a remote TSP-Link node. This function is not available on the Models
2604B/2614B/2634B.
Type
TSP-Link accessible
Yes (see Details)
Function
Usage
node[N].execute(scriptCode)
N
scriptCode
Details
This command is only applicable to TSP-Link systems. You can use this command to use the remote master
node to run a script on the specified node. This function does not run test scripts on the master node; only on the
subordinate 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 does not wait for the script to finish execution.
Example 1
node[2].execute(sourcecode)
Example 2
node[3].execute("x = 5")
Example 3
node[32].execute(TestDut.source)
Also see
TSP advanced features
tsplink.group
(on page 7-351)

node[N].getglobal()

This function returns the value of a global variable. This function is not available on the Models
2604B/2614B/2634B.
Type
TSP-Link accessible
Function
Yes
Usage
value = node[N].getglobal(name)
value
N
name
7-148
Series 2600B System SourceMeter® Instrument Reference Manual
Affected by
The node number of this instrument (1 to 64)
A string containing the source code
Runs script code on node 2. The code is in a string variable
called sourcecode.
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.
(on page 6-53)
Affected by
The value of the variable
The node number of this instrument (1 to 64)
The global variable name
Where saved
Default value
Where saved
Default value
2600BS-901-01 Rev. B / May 2013

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents