Main Content

getReporter

Class: systemcomposer.rptgen.finder.RequirementLinkResult
Package: systemcomposer.rptgen.finder

Get requirement links reporter

Since R2022b

Syntax

reporter = getReporter(result)

Description

reporter = getReporter(result) returns a reporter that is used to include information about requirement links in a requirement link set. You can use this reporter to customize what information is included and how the information is formatted. See the systemcomposer.rptgen.report.RequirementLink reporter class for more information on how to customize the reporter.

Input Arguments

expand all

Requirement link result, specified as a systemcomposer.rptgen.finder.RequirementLinkResult object.

Output Arguments

expand all

Requirement link reporter, returned as a systemcomposer.rptgen.report.RequirementLink object.

Version History

Introduced in R2022b