Main Content

safetyAnalysisMgr.openManager

Open Safety Analysis Manager

Since R2023b

Description

example

safetyAnalysisMgr.openManager opens the Safety Analysis Manager.

Examples

collapse all

Create a new spreadsheet in the Safety Analysis Manager.

mySpreadsheet = safetyAnalysisMgr.newSpreadsheet;

Add three rows to the spreadsheet.

addRow(mySpreadsheet,Count=3)

Add a text and check box column to the spreadsheet.

addColumn(mySpreadsheet,Count=2,Type=["text","checkbox"])

Open the Safety Analysis Manager to view the spreadsheet.

safetyAnalysisMgr.openManager

Version History

Introduced in R2023b