Main Content

getReporter

Class: systemcomposer.rptgen.finder.FunctionResult
Package: systemcomposer.rptgen.finder

Get function reporter

Since R2022b

Syntax

reporter = getReporter(result)

Description

reporter = getReporter(result) returns a reporter that is used to include information about functions in a software architecture model. You can use this reporter to customize what information is included and how the information is formatted. See the systemcomposer.rptgen.report.Function reporter class for more information on how to customize the reporter.

Input Arguments

expand all

Function result, specified as a systemcomposer.rptgen.finder.FunctionResult object.

Output Arguments

expand all

Function reporter, returned as a systemcomposer.rptgen.report.Function object.

Version History

Introduced in R2022b