Enable operating point initialization - Option to specify whether to use operating point data to initialize the
model - MATLAB ([original](https://in.mathworks.com/help/simscape/ref/enableoperatingpointinitialization.html)) ([raw](?raw))
Main Content
Option to specify whether to use operating point data to initialize the model
Model Configuration Pane: Simscape
Description
You can use OperatingPoint
objects to save sets of data necessary to initialize a model, manipulate this data, and then use it to initialize another model, or the same model before another simulation run. These sets of data contain a hierarchy of variable initialization targets. Each target consists of a variable value, unit, and initialization priority.
When you use an OperatingPoint
to initialize a model, the solver matches the OperatingPoint
data hierarchy to the model hierarchy and applies the initialization targets from the operating point to the respective model variables. If there is no variable matching an operating point target, this target is ignored.
Settings
off (default) | on
On
Initialize model from previously saved operating points.
Off
Do not use operating points to initialize the model.
Recommended Settings
Application | Setting |
---|---|
Debugging | No Impact |
Traceability | No Impact |
Efficiency | No Impact |
Safety precaution | No Impact |
Programmatic Use
Parameter: SimscapeUseOperatingPoints |
---|
Type: character vector | string scalar |
Value: 'on' | 'off' |
Default: 'off' |
Version History
Introduced in R2017b