Main Content

openViews

Open Architecture Views Gallery

Description

openViews(model) opens the Architecture Views Gallery for the specified model, model. If the model is already open, openViews will bring the views to the front.

example

Examples

collapse all

Open the keyless entry system example and create a view.

openProject("scKeylessEntrySystem");
model = systemcomposer.loadModel("KeylessEntryArchitecture");
fobSupplierView = model.createView("FOB Locator System Supplier Breakdown",...
    Color="lightblue");

Open the Architecture Views Gallery for the model.

openViews(model)

Input Arguments

collapse all

Architecture model, specified as a systemcomposer.arch.Model object.

More About

collapse all

Version History

Introduced in R2019b