Section 7: TSP command reference
Models 707B and 708B Switching Matrix Reference Manual
7-242
707B-901-01 Rev. B / January 2015
userstring.get()
This function retrieves a user-defined string from nonvolatile memory.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
value
= userstring.get(
name
)
value
The value of the user-defined string key-value pair
name
The name (key) of the user-defined string
Details
This function retrieves the string that is associated with
name
from nonvolatile memory.
Example
value = userstring.get("assetnumber")
print(value)
Read the value associated with a user-defined
string named
"assetnumber"
.
Store it in a variable called value, then print the
variable value.
Output:
236
Also see
(on page 7-239)
(on page 7-240)
(on page 7-241)
waitcomplete()
This function waits for all overlapped commands to complete.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
No
Usage
waitcomplete()
waitcomplete(
group
)
group
Specifies which TSP-Link group on which to wait