Main Content

slreportgen.report.ModelConfiguration.getClassFolder

Class: slreportgen.report.ModelConfiguration
Namespace: slreportgen.report

Get location of model configuration reporter class definition file

Since R2020b

Syntax

path = slreportgen.report.ModelConfiguration.getClassFolder

Description

path = slreportgen.report.ModelConfiguration.getClassFolder returns the path of the folder that contains the slreportgen.report.ModelConfiguration class definition file.

Output Arguments

expand all

Class definition file location, returned as a character vector.

Attributes

Statictrue

To learn about attributes of methods, see Method Attributes.

Examples

expand all

Get the folder that contains the model configuration reporter class definition.

path = slreportgen.report.ModelConfiguration.getClassFolder()

Version History

Introduced in R2020b