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)
Syntax
Description
terminate(
discards the analysis
data and reverts the model highlighting (invoked when the object goes out of
scope).obj
)
Input Arguments
Example
openExample('slcheck/AddStartingPointAndHighlightTheModelSliceExample','sldvSliceClimateControlExample'); obj=slslicer('sldvSliceClimateControlExample'); activate(obj); terminate(obj);
Alternatives
To open the Model Slicer configuration window, in the Simulink® Editor, select the APPS tab, and click Model Slicer. To terminate slicer mode on the model, simply close the Model Slicer configuration window.
Version History
Introduced in R2015b