NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Test UUts with iEngine newExecutionMode

Hi Folks, I usually do not work with Teststand, therefore this question might be totally dumb:

 

I am trying to start an execution with the newExecution method of the Teststand engine. There is a string parameter "SequenceNameParamater".

 

I would like the standard (out of the box, fresh install) sequential model to ask for the UUT, means to do "Test UUTs". I don't know which parameter to use. "Main Sequence" starts the Main Sequence, but what is the value for the first entry point, that loops over the UUTs?

 

Thanks in advance

0 Kudos
Message 1 of 2
(2,770 Views)

If you want to execute the main sequence of a sequence file with the Test UUT entry point, execute the NewExecution function with the parameters :

- an SequenceFile object which contains the MainSequence you want to execute

- 'Test UUTs' string

- an SequenceFile object which contains the entry point you want to use

 

You will have more details int the TestSTand example 'Executing Sequences Using API'

I also suggest you have a look at the user interfaces code provided by NI with TestStand

 

Hope it helps

Regards

Message 2 of 2
(2,726 Views)