removeProfile
Class: slreq.ReqSet
Package: slreq
Remove profile from requirement set
Syntax
tf = removeProfile(rs,fileName)
Description
tf = removeProfile(
removes the profile, rs
,fileName
)fileName
, from the requirement set
rs
.
Note
If you remove a profile, Requirements Toolbox™ applies these changes to requirements that used a stereotype from the profile:
Sets the requirement type to
Functional
Removes the stereotype properties and deletes the stereotype property values
Input Arguments
Output Arguments
Examples
Tips
To remove profiles from link sets, use
slreq.LinkSet.removeProfile
.
Version History
Introduced in R2022b