Default Process Model Sequences and Functions for Generating Step Results
- Updated2026-07-27
- 1 minute(s) read
The following table lists the default process model sequences and C functions in the <TestStand>\Components\Models\TestStandModels directory that generate the report body for each step result.
| Report Format Generator | Description |
|---|---|
| ATML 6.01 or 5.0 | AddReportBody sequence in reportgen_atml.seq calls the Get_Atml_ReportSection_For_Body function in ATML_Report.c in the <TestStand>\Components\Models\TestStandModels\ATML\ATMLSupport.prj LabWindows/CVI project. |
| ATML 2.02 | GetATMLReport sequence in reportgen_atml.seq calls the Get_Atml_Report function in ATML_Report.c in the <TestStand>\Components\Models\TestStandModels\ATML\ATMLSupport.prj LabWindows/CVI project. |
| XML | AddReportBody sequence in reportgen_xml.seq calls the TestStand API PropertyObject.GetXML method. |
| HTML sequence | AddReportBody sequence in reportgen_html.seq, which indirectly calls the PutOneResultInReport sequence for each result. |
| HTML DLL | GetReportBody_CImplementation function in c_report.c in the modelsupport2.prj LabWindows/CVI project. |
| Text sequence | AddReportBody sequence in reportgen_txt.seq, which indirectly calls the PutOneResultInReport sequence for each result. |
| Text DLL | GetReportBody_CImplementation function in c_report.c in the modelsupport2.prj LabWindows/CVI project. |
Related Information
- TestStand Directory Structure
- ATML
Automatic Test Markup Language (ATML) is an emerging standard in military and aerospace industries for sharing data among different components of a test system.
- XML Reports
TestStand generates XML and ATML test result reports. You can customize how the report appears in a browser or create custom XML reports.