EasyManua.ls Logo

Tektronix KEITHLEY 2600B Series

Tektronix KEITHLEY 2600B Series
834 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-165
Details
This function returns two values:
The amount of free dynamically allocated memory available in kilobytes
The total amount of dynamically allocated memory on the instrument in kilobytes
The difference between the two values is the amount presently used.
Example
print(meminfo())
Retrieve the amount of free and total memory in the instrument.
Output:
2.89840e+04 3.27680e+04
Also see
None
node[N].execute()
This function starts test scripts from a remote node. This command is not available on the 2604B, 2614B,
or 2634B.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes (see Details)
Usage
node[N].execute("scriptCode")
N
The node number of this instrument
scriptCode
A string containing the source code
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 does not wait for the script to finish execution.
This command should only be used from a remote master when controlling this instrument over a
TSP-Link
®
.
Example 1
node[2].execute(sourcecode)
Runs script code on node 2. The code is in a
string variable called sourcecode.
Example 2
node[3].execute("x = 5")
Runs script code in string constant
("x = 5") to set x
equal to 5 on node 3.

Table of Contents

Related product manuals