User manual

Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-312 3700S-901-01 Rev. C / July 2008
userstring.get()
Also see
userstring.add() (on page 13-310)
userstring.catalog() (on page 13-310)
userstring.delete() (on page 13-311)
Example
Retrieves the value for a user string from nonvolatile memory:
value = userstring.get("assetnumber")
print(value)
Output: 236
waitcomplete functions
This function waits for all overlapped commands to complete.
waitcomplete()
Function
Wait for all overlapped commands to complete.
Usage
waitcomplete([group])
group: Optional TSP-Link
TM
group on which to wait.
Remarks
This function will wait for all overlapped operations within given group to complete. A
group number may only be specified from the master node. If no group is specified,
the local group will be used. If zero is given for the group, this function will wait for all
nodes in the system.
NOTE Any nodes that are not assigned to a group (their group number is zero) will
be considered to be part of the master's group.
This function will wait for all previously started overlapped commands to complete.
Currently the Series 3700 has no overlapped commands implemented. However,
other TSP
TM
-enabled products like the Series 3700 has overlapped commands.
Therefore, when the Series 3700 is a TSP master to a slave device with overlapped
commands, use this function to wait until all overlapped operations are completed.