User`s guide

374 VEE User’s Guide
10 Test Sequencing Chapter
Figure 205 A Simple Sequencer Example
The braces indicate a Record data type. The Sequencer outputs
a Record of Records, as shown in the AlphaNumeric display.
This means you could put the sequencer in a loop and run the
same sequence of tests several times yielding an array of
Records of Records.
Accessing Logged Test Data
The Sequencer outputs a Record of Records. Each test uses the
test name as its field name in the Sequencer record. The fields
within each test are named according to the logging
configuration. Using the default configuration with the fields
Name, Result, and Pass, you could access the result in test1 with
the notation Log.Test1.Result, as shown in Figure 206.