06-02-2017 10:21 AM
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
06-05-2017 04:12 AM
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