Main Content
slsim.allowedModelChanges
Description
returns a string, changeLevel
= slsim.allowedModelChanges(mdl
)changeLevel
, that indicates the types of changes you
can make to the model mdl
based on the simulation status of the
model.
Use this function to control the execution of code that modifies a model and runs during simulation, including model, block, and simulation callback functions. You can also use this function to check which changes are allowed in iterative simulation workflows that use fast restart.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022b