User`s guide
Link Type Properties
9-9
Property Description
DetailsFcn The MATLAB callback invoked when you generate the
requirements report with the Include details from linked
documents option. This function returns detailed content
associated with the requirement and has three input
arguments:
• Full path to the requirements document
• Location of the requirement in the document
• Level of details to include in report (Unused)
The DetailsFcn returns two outputs:
• Numeric array that describes the hierarchical relationship
among the fragments in the cell array
• Cell array of formatted fragments (paragraphs, tables, et
al.) from the requirement
SelectionLinkFcn The MATLAB callback invoked when you use the selection-
based linking menu option for this document type. This
function has two input arguments:
• Handle to the model object that will have the requirement
link
• True if a navigation object is inserted into the requirements
document, or false if no navigation object is inserted
SelectionLinkFcn returns the requirements link structure
for the selected requirement.