sltest.testsequence.editSymbol(blockPath,name,Name,Value) edits
a symbol name with properties specified by Name,Value in
a Test Sequence block specified by blockPath.
Symbols include data, function calls, messages, and triggers.
Path to a Test Sequence block, including the block name, specified as a
string or character vector. Instead of the block path, you can use a block
handle.
Example: 'FanSpeedTestHarness/Test Sequence'
Name of the symbol, specified as a character vector. For the symbol that controls the active
scenario, you can change only its name using the 'Name' name-value
pair.
Example: 'theta'
Name-Value Pair Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN, where Name is
the argument name and Value is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and encloseNamein quotes.