stepInfo = sltest.testsequence.readStep(blockPath,stepPath) returns
a struct stepInfo of properties for the test
step stepPath in the Test Sequence block blockPath.
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'
Path of the step in the Test Sequence block, specified as a character vector.
The path includes the step location in the Test Sequence hierarchy, using
. to separate hierarchy levels. If the Test Sequence block is
using scenarios, add the scenario name that contains the step to the beginning of the
step path, for example,
Scenario_2.SystemHeatingTest.InitializeHeating.
Example: 'SystemHeatingTest.InitializeHeating'
Property of the test step, specified as a character vector.