row = slreq.modeling.findRequirementRow(table,index)
returns the Requirements Table block row in the table,
table, that has the index, index.
row = slreq.modeling.findRequirementRow(tableName,index)
returns the Requirements Table block row in the table
tableName, that has the index, index. Use this
syntax to check all loaded models.
row = slreq.modeling.findRequirementRow(modelName,index)
returns the Requirements Table block row in the model,
modelName, that has the index, index. Use this
syntax if the model has one Requirements Table block.
row = slreq.modeling.findRequirementRow(modelName,tableName,index)
returns the Requirements Table block row in the Requirements
Table block tableName, in the model,
modelName, that has the index specified by
index.
row = slreq.modeling.findRequirementRow(tablePath,index)
returns the Requirements Table block row in the Requirements
Table block specified by tablePath that has the index,
index.
row = slreq.modeling.findRequirementRow(table,summary)
returns the Requirements Table block row in the table,
table, that has the summary, summary.
row = slreq.modeling.findRequirementRow(tableName,summary)
returns the Requirements Table block row in the table
tableName, that has the summary, summary. Use
this syntax to check all loaded models.
row = slreq.modeling.findRequirementRow(modelName,summary)
returns the Requirements Table block row in the model,
modelName, that has the summary, summary. Use
this syntax if the model has one Requirements Table block.
row = slreq.modeling.findRequirementRow(modelName,tableName,summary)
returns the Requirements Table block row in the Requirements
Table block tableName, in the model,
modelName, that has the summary specified by
summary.
row = slreq.modeling.findRequirementRow(tablePath,summary)
returns the Requirements Table block row in the Requirements
Table block specified by tablePath, that has the summary,
summary.