Operating point object from a different release
Diagnostic behavior when loading initial operating point generated in different release
Model Configuration Pane: Diagnostics / Compatibility
Description
The Operating point object from a different release parameter controls the diagnostic behavior when the specified Initial state value is a Simulink.op.ModelOperatingObject
that was generated using a different version of Simulink® software.
When you use a model operating point from a different release as the initial state for a simulation, the software might not be able to restore the complete operating point.
Settings
error
(default) | warning
error
The software terminates simulation and issues an error when the version of Simulink software does not match the version that generated the model operating point specified as the initial state.
Use this option to ensure the complete operating point is restored.
warning
The software issues a warning when the version of Simulink software does not match the version that generated the model operating point specified as the initial state. The simulation proceeds, and the software restores as much of the operating point as possible.
Tips
After you simulate a model with fast restart enabled for the first time, this diagnostic does not interrupt execution of subsequent simulations or require recompilation.
Recommended Settings
Application | Setting |
---|---|
Debugging | No impact |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | No impact |
Programmatic Use
Parameter: NonCurrentReleaseOperatingPointMsg |
Value: 'error' | 'warning' |
Default: 'error' |
Version History
Introduced in R2019a