sltest.harness.move
Move test harness from linked instance to library block or to a different harness owner
Syntax
Description
sltest.harness.move(
moves
the test harness HarnessOwner
,HarnessName
)HarnessName
associated with the
block HarnessOwner
from the linked instance to
its reference library block. Moving the test harness removes it from
the linked instance. This command results in an error if HarnessName
is
not a linked instance.
sltest.harness.move(
moves
the test harness HarnessOwner
,HarnessName
,NewPath
)harnessName
associated with the
block HarnessOwner
to the destination path specified
by NewPath
.
sltest.harness.move(
moves
the test harness HarnessOwner
,HarnessName
,Name,Value
)HarnessName
associated with HarnessOwner
using
additional options specified by one or more Name
, Value
pairs.
Examples
Input Arguments
Version History
Introduced in R2016a