removeAllOpenings
Remove all openings from list of permanent openings in slLinearizer or slTuner
interface
Syntax
removeAllOpenings(s)
Description
removeAllOpenings(s) removes all openings from the list of permanent openings on
page 15-371 in the slLinearizer or slTuner interface, s. This function does not
modify the Simulink model associated with s.
Examples
Remove All Openings from slLinearizer Interface
Create an slLinearizer interface for the scdcascade model.
sllin = slLinearizer('scdcascade');
Generally, you configure the interface with analysis points, openings, operating points,
and parameter values. For this example, add two openings to the interface.
addOpening(sllin,{'y2m','y1m'});
'y2m' and 'y1m' are the names of two feedback signals in the scdcascade model. The
addOpening command adds these signals to the list of openings for sllin.
Remove all the openings from sllin.
removeAllOpenings(sllin);
15 Alphabetical List