Main Content

slreportgen.report.Signal.getClassFolder

Class: slreportgen.report.Signal
Namespace: slreportgen.report

Get location of folder that contains slreportgen.report.Signal class definition file

Since R2021a

Syntax

path = slreportgen.report.Signal.getClassFolder

Description

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

Output Arguments

expand all

slreportgen.report.Signal class definition file location, returned as a character vector.

Examples

expand all

Get the location of the folder that contains the signal reporter class definition file.

path = slreportgen.report.Signal.getClassFolder()

Version History

Introduced in R2021a