Contenido principal

getFilterableAttributes

Properties and attributes available to export to ReqIF

Since R2023b

Description

attributes = getFilterableAttributes(myExportOptions,rs) returns the properties and attributes that you can export for the requirement set specified by rs and the export options specified by myExportOptions.

example

Examples

Input Arguments

collapse all

Export options, specified as an ExportOptions object.

Requirement set, specified as an slreq.ReqSet object.

Output Arguments

collapse all

Properties and attributes available to exclude from export, returned as a cell array of character vectors.

Version History

Introduced in R2023b