Default Process Model Sequences and Functions for Generating Step Results
- Aktualisiert2025-07-23
- 1 Minute(n) Lesezeit
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. |