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.
blockPath — Test Sequence block path string | character vector
Path to a Test Sequence block, including the block name, specified as a string
or character vector.
Example: 'FanSpeedTestHarness/Test Sequence'
name — Symbol name character vector
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
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.