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 'y1m' is the second opening of sllin.
Remove the opening from the interface.
removeOpening(sllin,2);
Remove Multiple Openings Using Index
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'});
15 Alphabetical List