scope — The Logic Analyzer object for which you want to modify a cursor dsp.LogicAnalyzer object
The Logic Analyzer object for which you want to modify a cursor specified, as a handle to the dsp.LogicAnalyzer object.
tag — The tag identifying which cursor to modify character vector | string scalar
The tag identifying which cursor to modify specified.
Example: modifyCursor(scope,'C4') modifies a cursor in Logic Analyzer.
Example: modifyCursor(scope,"C4") modifies a cursor in Logic Analyzer.
Data Types: char | string
Name-Value Pair Arguments
Specify optional
comma-separated pairs of Name,Value arguments. Name is
the argument name and Value is the corresponding value.
Name must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN.
Example: 'Location',2,'Color','Blue' specifies
that a cursor should be moved to the 2-second mark and colored blue.
'Color' — Color of the cursor 'Yellow' (default) | character vector | three element numeric vector | string scalar
Color of the cursor, specified as a [R G B] number value or one of the following:
'Location' — Location of the cursor 0 (default) | numeric scalar
Specify as a numeric scalar value, in seconds, the cursor location.
Example: 'Location',1
Data Types: double
'Locked' — Locked status of the cursor false (default) | true
Locked status of the cursor, specified as false or true.
true — the cursor location cannot
be changed. Logic Analyzer denotes the locked cursor by assigning
a default color of gray. This color cannot be changed.
false — the cursor location can
be changed. Logic Analyzer denotes the unlocked cursor by
assigning a default color of yellow.