Main Content

Enable operating point initialization

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

ApplicationSetting
DebuggingNo Impact
TraceabilityNo Impact
EfficiencyNo Impact
Safety precautionNo Impact

Programmatic Use

Parameter: SimscapeUseOperatingPoints
Type: character vector | string scalar
Value: 'on' | 'off'
Default: 'off'

Version History

Introduced in R2017b