stepInfo = sltest.testsequence.readStep(blockPath,stepPath) returns
a struct stepInfo of properties for the test
step stepPath in the Test Sequence block blockPath.
blockPath — Test Sequence block path character vector
Path to a Test Sequence block, including the
block name, specified as a character vector.
Example: 'FanSpeedTestHarness/Test Sequence'
stepPath — Test step name and hierarchy level character vector
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.