05-15-2017 05:08 AM
Hi,
I'm using a network of switches that facilitate the signal routing between the instrumentation and the
DUTs.i need to Know if i can run my sequence in parellel using parallel process model or not ?
i'm using a frequencymeter agilent 53220A by agilent with 2 channel and i need to measure frequency in 5 UUTs
any suggestions please ?
Thank you
05-15-2017 06:00 AM
As you have less instrument (channels) than DUTs, you have to use shared resources.
Shared resources require protection from concurrent access. You can implement this in TS with using synchronization steps like queues, notifications and locks. If you implement this in your sequence properly, running in parallel is easily done by switching to parallel or batch model.