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

Location of the slreportgen.report.TestSequence class definition file, returned as a character vector.

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