Completing the Partial Test Program
- Updated2025-10-28
- 2 minute(s) read
The ATML TD schema defines a number of elements that the ATML TD translator cannot directly translate to constructs in TestStand or logic in LabVIEW or LabWindows/CVI code modules. By default, the translator stores the elements it cannot directly translate as comments or TestStand attributes in various places in the translated sequence file and code modules.
The collection of a commented sequence file and code modules is a partial test program.
The post-translation recommended actions section of the log file lists the elements the translator translates but cannot implement and describes how you must implement the required functionality to complete the test program the source TD instance document originally described.
You can manually implement the operations and logic the comments in the sequence file and code modules describe. Because the elements translated as attribute containers or comments do not correspond to specific TestStand constructs, you can use a custom solution, such as a custom step type in TestStand, to implement the missing operations and logic.
Alternatively, you can use the custom code generator callbacks during translation to programatically translate the code module comments to code that implements the logic required to complete the test program.
Sections that contain the Completing the Partial Test
Program icon (
) describe how the
translator stores information for elements that it cannot
translate. It also provides information on how you can manually
implement the logic that these untranslatable elements
describe.