Hi
I’m am working on a personal project and I am encountering a roadblock.
I have two tests:
Test 1 verifies a device turns on by testing a list of input voltages using the Sweep Parameters step
Some of these will fail and the device will not power on but some will pass and the device will power on.
Test 2 does some functionality tests on the device while powered on.
What I want to do is merge these two tests into one in the following way:
Test 1 executes, saves a list of valid voltages where the device powers on.
Then Test 2 will execute for each of the valid voltages from Test 1.
What I think I need is a parameterizable Sweep step but I don’t think that’s possible.
Can anyone recommend a solution to my predicament?