sltest.testsequence.deleteStep(blockPath,stepPath) deletes
a test step specified by stepPath from a Test
Sequence block specified by blockPath.
Sub-steps of stepPath are also deleted.
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.