Main Content

hideAssumptionColumn

Hide Precondition column in Assumptions tab

Since R2022a

Description

example

hideAssumptionColumn(reqTable) hides the Precondition column in the Assumptions tab of the Requirements Table block, reqTable. The Precondition column must be empty.

Examples

collapse all

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

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

Hide the Precondition column in the Assumptions tab.

hideAssumptionColumn(reqTable);

Input Arguments

collapse all

Requirements Table block, specified as a RequirementsTable object.

Version History

Introduced in R2022a