Log test data for component or model during simulation
simulates
the model that contains data
= slvnvlogsignals(model_block
)model_block
and logs
the input signals to the model_block
block. model_block
must
be a Simulink® Model block.
simulates
every test case in data
= slvnvlogsignals(harness_model
)harness_model
and logs the
input signals to the Test Unit block in the harness model. Generate harness_model
by
using the Simulink
Design Verifier™ analysis, sldvmakeharness
(Simulink Design Verifier),
or slvnvmakeharness
.
simulates
every test case in the Signal Builder block of the data
= slvnvlogsignals(harness_model
, test_case_index
)harness_model
specified
by test_case_index
. slvnvlogsignals
logs
the input signals to the Test Unit block in the harness model. If
you omit test_case_index
, slvnvlogsignals
simulates
every test case in the Signal Builder.
slvnvmakeharness
| slvnvruncgvtest
| slvnvruntest
| sldvmakeharness
(Simulink Design Verifier)