Dear all,
my question is, how can I on start of Keysight VEE program choose which userobjects should run and which not
for example there will be three choises :
Selection of TEST 1 - will run userobjects no. 1,2,5,7,12,19
Selection of TEST 2 - will run userobjects no. 3,4,6,8-11,15
Selection of TEST 3 - will run userobjects no. 1,2,9,16-19
Of course this would be easy with using userfunctions instead of userobjects but i already work with userobjects and they are using another userfunctions so it would be for me complicated to work with userfunctions which are using another userfunctions (even more).
Does anybody help me ?
Thank you !
Pavel
You will have to sequence each of the userobjects for each test. You can copy the userobjects and thread them together. Another way is to convert the userobjects into userfunctions, then you can call them instead of threading them in sequence.