NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I set the number of test sockets in my program?

How can I set the number of test sockets in my program? I use LabWindows/CVI  6 and TestStand version 2.0.
And I use BatchModel for the parallel UUT running. I didn't found program way to set the number of test socket. I think I should have it. In TestStand I can change the number of test sockets through menu Configure -> Model Options -> number of test sockets (I mean I do it by manual mode).
Thank's a lot.
Maria
0 Kudos
Message 1 of 3
(3,232 Views)

One way you can set the number of Test Sockets for your sequence is by overiding the ModelOptions Callback used by your sequence. Select All Sequences from the View drop-down then right click, select Sequence File Callbacks, select the ModelOptions callback and then click on Add. You can then select the Edit button to Edit the ModelOptions for your sequence. You can set other ModelOptions as required also.

RG

Message 2 of 3
(3,224 Views)
Thank you ! I did it successfully !!!
0 Kudos
Message 3 of 3
(3,202 Views)