Increasing the max number of values in cbUutCount

Andrew Y.
Bristol, PA

May 2, 2016
5 Posts

0  |  0  

Re: Increasing the max number of values in cbUutCount

I am trying to increase the UUT Count max value in the test executive to something larger or smaller than 10:

1) I tried the properties>>list but it is read only

2) I tried app.UUTcount = 20 in the system>>OnInit  

thinking the following code would increase it, but it doesn't.

testxexec>>OnLoad

! initialize UUT Count
f_iUutCount=app.UutCount

if f_iUutCount>cbUutCount.ListCount
    cbUutCount.Text=Str(f_iUutCount)
else
    cbUutCount.ListIndex=f_iUutCount-1
endif



3) Programmtically I can  TestExec Execution SetUutCount(14) to the system>>OnInit which makes 14 UUTs, but I would like to select the number of UUTs at runtime.

Thanks,
Andrew

Solution Available
Orr K.
Irvine, CA

May 2, 2016
21 Posts

1  |  0  

Re: Increasing the max number of values in cbUutCount

Andrew,

In TestExec you can go to  Program->Select and change the UUT Count as you suggested. You can type in whatever value you want. The drop down list only includes only 10 values, but you can type in whatever number you please. The 1-10 values are default and hard coded. There is currently no function to dynamically add to the UUT Count list.

Regards,
Orr



Please Note
You need to have a M@GIC account to participate in the Forums.
Not yet registered on our website? Click here to register today!

All content, information and opinions presented on the Marvin Test Solutions User Forums are those of the authors of the posts and messages and not Marvin Test Solutions'. All attachments and files are downloaded at your own risk. [Read More]