Main Content

getReporter

Class: systemcomposer.rptgen.finder.InterfaceResult
Package: systemcomposer.rptgen.finder

Get interface reporter

Since R2022b

Syntax

reporter = getReporter(result)

Description

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

Input Arguments

expand all

Interface result, specified as a systemcomposer.rptgen.finder.InterfaceResult object.

Output Arguments

expand all

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

Version History

Introduced in R2022b