User manual
Section 3: TSP Advanced Features Series 3700 System Switch/Multimeter Reference Manual
3-12 3700S-901-01 Rev. C / July 2008
localnode.getglobal()
Remarks
This function will return the value of the given global variable. This function is provided
to allow code running on a remote master node to retrieve values of variables from
that node. This function should not be used to retrieve the value of a global variable on
the local node when using the local node as the master. Accessing the variable
directly is far more efficient.
NOTE This command is provided for the sole purpose of accessing variables on
this node from a remote master node. The localnode prefix to the
command is an artifact of command organization and how remote
commands are shared between nodes.
localnode.setglobal()
Function
Set a the value of a global variable.
Usage
localnode.setglobal(name, value)
name: The global variable name to create.
value: The value to assign to the variable.
Remarks
This function will assign the given value to a global variable. This function is provided
to assign values to variables from a remote master node. This function should not be
used to assign values to global variables on the local node when using the local node
as the master, assigning the value directly is far more efficient.
NOTE This command is provided for the sole purpose of accessing variables on
this NOTE from a remote master node. The localnode prefix to the
command is an artifact of command organization and how remote
commands are shared between nodes.
tsplink.group
Attribute
The group number of a TSP-Link
TM
node.
Usage
groupnumber = tsplink.group
tsplink.group = groupnumber
groupnumber: The TSP-Link group number for the node.
Remarks
This attribute controls the TSP-Link group number used for DTNS. Set this attribute to
zero to remove the node from all subgroups.
tsplink.master
Attribute
The node number of the master node.
Usage
master = tsplink.master
master: The node number of the master node.
Remarks
This read-only attribute indicates which node is the master node.