Main Content

slreportgen.report.TestSequence.getClassFolder

Class: slreportgen.report.TestSequence
Namespace: slreportgen.report

Get location of Test Sequence block reporter class definition file

Since R2020b

Syntax

path = slreportgen.report.TestSequence.getClassFolder

Description

path = slreportgen.report.TestSequence.getClassFolder returns the path of the folder that contains the slreportgen.report.TestSequence 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 Test Sequence block reporter class definition.

path = slreportgen.report.TestSequence.getClassFolder()

Version History

Introduced in R2020b