getCursorTags
Return all Logic Analyzer cursor tags
Description
returns all the cursor tags for the Logic Analyzer. You can use these tags to get
information about a cursor using the cursorTags
= getCursorTags(scope
)getCursorInfo
method, to modify a cursor using the modifyCursor
method, or to delete a cursor using the deleteCursor
method.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2013a
See Also
dsp.LogicAnalyzer
| getDisplayChannelTags
| getCursorInfo
| modifyCursor