Main Content

safetyAnalysisMgr.openManager, safetyAnalysisManager

Open Safety Analysis Manager

Since R2023b

Description

safetyAnalysisMgr.openManager opens the Safety Analysis Manager.

safetyAnalysisManager is an alternative way to execute safetyAnalysisMgr.openManager (since R2024b).

example

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

expand all