Main Content

processAdvisorWindow

Open standalone Process Advisor window for project

Description

processAdvisorWindow() opens the Process Advisor app for the current project. The app opens in a standalone window.

This function requires CI/CD Automation for Simulink Check.

example

Examples

collapse all

Open the Process Advisor app for a project.

Open the Process Advisor example project, which contains an example process model.

processAdvisorExampleStart

Open the Process Advisor app for the project.

processAdvisorWindow()
The standalone Process Advisor window shows each of the task iterations in the project, organized by task. In the Task column, the table shows each task and the artifacts that the task iterates over. You can double-click on an artifact name to open the artifact. For example, if you double-click on the name of a test case, the test case opens in Test Manager.

Alternative Functionality

App

You can also open the Process Advisor app for a project directly from the Project tab in MATLAB®.

On the Project tab, in the Tools gallery, click Process Advisor.