Main Content
restore
Description
restores the configuration set, signal logging, fast-restart state, dirty state, and any
other simulation arguments changed by the simulator_out
= restore(simulator
)setup
function.
Examples
Input Arguments
Output Arguments
Tips
You can add a cleanup function to ensure that the
restore
function always runs, even when the optimization generates an error.simulator = sdo.SimulationTest('mymodel'); simulator = setup(simulator); scenario_cleanup = onCleanup(restore(scenario));
Version History
Introduced in R2024a