Userstrings
Use the functions in this group to store and retrieve user-defined strings in nonvolatile memory.
These strings are stored as key-value pairs. Key-value pairs are associated arrays of data items,
where the key is used to index into the array. The key is a unique identifier such as a part number or
identification string. The value is a data item or a pointer to where that data item is stored.
You can use the userstring functions to store custom, instrument-specific information in the
instrument, such as department number, asset number, or manufacturing plant location.
userstring.add() (on page 11-447)
userstring.catalog() (on page 11-447)
userstring.delete() (on page 11-448)
userstring.get() (on page 11-449)