symbolInfo = sltest.testsequence.readSymbol(blockPath,symbol) returns
a struct symbolInfo of properties for symbol in
the Test Sequence block specified by blockPath.
symbolInfo = sltest.testsequence.readSymbol(blockPath,symbol,Property)
returns the value symbolInfo of the
Property for symbol.
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'
Test Sequence block symbol name, specified as a character vector. Symbols
include data, messages, function calls, and triggers used as inputs,
outputs, local variables, constants, parameters, or data store memory in the
Test Sequence block.
Example: 'DurationLimit'
Test Sequence block symbol property, specified
as a character vector. To find valid properties for a particular symbol,
read properties of the symbol using sltest.testsequence.readSymbol(blockPath,symbol).