removeOpening
Remove opening from list of permanent loop openings in slLinearizer or slTuner
interface
Syntax
removeOpening(s,op)
Description
removeOpening(s,op) removes the specified opening, op, from the list of permanent
openings on page 15-381 for the slLinearizer or slTuner interface, s. You can specify
op to remove either a single or multiple openings.
removeOpening does not modify the model associated with s.
Examples
Remove Opening Using Signal Name
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 only openings to the interface.
addOpening(sllin,{'y2m','y1m','u1'});
'y2m', 'y1m', and 'u1' are the names of signals in the scdcascade model. The
addOpening command adds these signals to the list of permanent openings for sllin.
Remove the 'y1m' opening from sllin.
removeOpening(sllin,'y1m');
15 Alphabetical List