Main Content

showAssumptionColumn

Show Precondition column in Assumptions tab

Since R2022a

Description

example

showAssumptionColumn(reqTable) shows the Precondition column in the Assumptions tab of the Requirements Table block, reqTable.

Examples

collapse all

Find the Requirements Table block in a model by using slreq.modeling.find.

reqTable = slreq.modeling.find("myModel");

Show the Precondition column in the Assumptions tab.

showAssumptionColumn(reqTable);

Input Arguments

collapse all

Requirements Table block, specified as a RequirementsTable object.

Version History

Introduced in R2022a