Guillaume,
All the sequences in a single execution use the same thread. However, you
can start separate executions where each execution runs in a separate thread.
There is an application note on our web, http://www.ni.com/teststand/, that
discusses parallel executions.
Paul Mueller
NI
"Guillaume ICHE" wrote:
>>Hi.>>I need to know how the TestStand engine handles the different subsequence>in
the same sequence file.>For example, i have a sequence file with a main sequence
(with main, setup>and cleanup), a file load sequence, a file unload sequence,
and several sub-sequences>that are sequentially called winthin the main sequence.
>When i run the sequence file (using Test UUTs or Single pass), does the
TS>engine create one thread for each
sequence, or are all sequences within
my>sequence file executed in the same thread ?>If several threads are created,
does this apply to the setup and cleanup>part of a single sequence ?>>Thanks.>>Guillaume
Iché, France.