Add Bus Elements as Openings
Open the scdbusselection model.
mdl = 'scdbusselection';
open_system(mdl);
Create an slLinearizer interface for the model.
sllin = slLinearizer(mdl);
The COUNTERBUS signal of scdbusselection contains multiple bus elements. Add the
upper_saturation_limit and data bus elements as openings to sllin. When adding
elements within a nested bus structure, use dot notation to access the elements of the
nested bus, for example limits.upper_saturation_limit.
15 Alphabetical List