sltest.harness.SimulationInput Class
Namespace: sltest.harness
Description
Use objects of the sltest.harness.SimulationInput
to specify the changes
applied to a test harness during simulation. After simulation, the harness is restored to its
state before simulation. This object is used with MATLAB®-based Simulink® tests. sltest.harness.SimulationInput
is a subclass of Simulink.SimulationInput
.
The sltest.harness.SimulationInput
class is a handle
class.
Class Attributes
Sealed | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Creation
Description
in = sltest.harness.SimulationInput(
creates and returns a owner
,name
)SimulationInput
object and sets the HarnessOwner
property to owner
and the HarnessName
property to name
.
Alternatively, use the createSimulationInput
method of sltest.TestCase
to create a sltest.harness.SimulationInput
object.
Properties
Methods
Examples
Version History
Introduced in R2020b