Main Content

activate

Class: SLSlicerAPI.SLSlicer
Namespace: SLSlicerAPI

Activates the model for analysis

Description

activate(obj) activates the model for dependency analysis.

Input Arguments

expand all

Object containing Model Slicer configuration options.

Example

Activate Slicer Object

openExample('slcheck/AddStartingPointAndHighlightTheModelSliceExample','sldvSliceClimateControlExample');
obj=slslicer('sldvSliceClimateControlExample');
activate(obj);

Terminate Slicer Object

terminate(obj)

Alternatives

To open the Model Slicer manager, in the Simulink® Editor, select the APPS tab, and click Model Slicer. Invoking Model Slicer on the model automatically activates the model for analysis.

Version History

Introduced in R2015b