Main Content
isFilteredIn
Class: slreq.Link
Namespace: slreq
Syntax
tf = isFilteredIn(myLink)
Description
checks if the link, tf
= isFilteredIn(myLink
)myLink
, is filtered in the Requirements
Editor or Requirements Perspective and returns 1
if the link is not
filtered and 0
if the link is filtered.
Input Arguments
Examples
Tips
To check if a requirement is filtered, use the
isFilteredIn
method ofslreq.Requirement
. To check if a referenced requirement is filtered, use theisFilteredIn
method ofslreq.Reference
. To check if a justification is filtered, use theisFilteredIn
method ofslreq.Justification
.
Version History
Introduced in R2022b