Main Content

terminate

Class: SLSlicerAPI.SLSlicer
Namespace: SLSlicerAPI

Discards the analysis data and reverts the model highlighting (invoked when the object goes out of scope)

Description

terminate(obj) discards the analysis data and reverts the model highlighting (invoked when the object goes out of scope).

Input Arguments

expand all

Object containing Model Slicer configuration options.

Example

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

Alternatives

To open the Model Slicer manager, in the Simulink® Editor, select the APPS tab, and click Model Slicer. To terminate slicer mode on the model, simply close the Model Slice Manager.

Version History

Introduced in R2015b

See Also

|