Section 8: TSP command reference
Model DMM7510 7½ Digit Graphical Sampling Multimeter Reference Manual
8-230
DMM7510-901-01 Rev. B / May 2015
node[N].setglobal()
This function sets the value of a global variable.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
node[
N
].setglobal(
name
,
value
)
N
The node number of this instrument (1 to 64)
name
The global variable name to set
value
The value to assign to the variable
Details
From a remote node, use this function to assign the given value to a global variable.
Do not use this command to create or set the value of a global variable from the local node (set the
global variable directly instead). This command should only be used from a remote master when
controlling this instrument over a TSP-Link
®
.
Example
node[3].setglobal("x", 5)
Sets the global variable
x
on node 3 to the value of 5.
Also see
(on page 8-229)
opc()
This function sets the operation complete (OPC) bit after all pending commands, including overlapped commands,
have been executed.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
opc()
Details
This function causes the operation complete bit in the Status Event Status Register to be set when all
previously started local overlapped commands are complete.
Note that each node independently sets its operation complete bits in its own status model. Any
nodes that are not actively performing overlapped commands set their bits immediately. All remaining
nodes set their own bits as they complete their own overlapped commands.