Main Content
sltest.harness.export
Export test harness to Simulink model
Syntax
Description
sltest.harness.export(
exports the harness harnessOwner
,harnessName
,'Name'
,modelName
)harnessName
, associated with the model or
component harnessOwner
, to a new Simulink® model specified by the pair
'Name',modelName
.
The model must be saved prior to exporting.
sltest.harness.export(
detaches the harness harnessOwner
,harnessName
)harnessName
from the associated model or
component harnessOwner
, and exports the harness to a standalone
Simulink model with a default name.
Examples
Input Arguments
Version History
Introduced in R2015a