'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.
Determine the index numbers of the openings you want to remove. To do this, display the
contents of the interface, which includes opening index numbers, in the Command
Window.
For this example, remove the 'y2m' and 'y1m' openings from sllin.
sllin
slLinearizer linearization interface for "scdcascade":
No analysis points. Use the addPoint command to add new points.
3 Permanent openings:
Opening 1:
- Block: scdcascade/Sum3
- Port: 1
- Signal Name: y2m
Opening 2: - Block: scdcascade/Sum
- Port: 1
- Signal Name: y1m
Opening 3: - Block: scdcascade/C1
- Port: 1
- Signal Name: u1
Properties with dot notation get/set access:
Parameters : []
OperatingPoints : [] (model initial condition will be used.)
BlockSubstitutions : []
Options : [1x1 linearize.LinearizeOptions]
The displays shows that 'y2m' and 'y1m' are the first and second openings of sllin.
Remove the openings from the interface.
removeOpening(sllin,[1 2]);
removeOpening