slreq.getNavigationFcn
Get registered navigation function for referenced requirements
Description
returns the navigation callback function name registered for imported referenced
requirements that have the Domain
property value equal to callbackFunction
= slreq.getNavigationFcn(domain
)domain
.
Examples
Input Arguments
Output Arguments
Tips
You can get the value of the Domain property for a referenced requirement at the MATLAB® command prompt by entering:
domain = myReferencedRequirement.Domain
domain = 'Third-Party Tool'
Version History
Introduced in R2019a