03-18-2024 08:15 AM
Hi everyone, i have the following problem. I have a teststand sequence using a bunch of custom steptypes for some hardware (DMM/DCPS/AWG) using each one a different visa resource.
I have 2 separate DUTs on which this sequence has to run simultaneously. For this im using the parallel model.
How can i manage the various resources so that the resources will be allocated on one step at a time so that it wont result in a run time error?
03-19-2024 01:14 AM
Have you already browsed through the Synchronization Step Types? A Lock Step pretty much sounds like what you need.
Just to make sure.... do you really need the Parallel Model? The BatchModel makes your life far easier.