Hello,
I have two SMUs and I would like to use sequence mode for both to iterate through SMU2 slowly and measure both SMU1 and SMU2 in each step, then step through SMU1 voltage and repeat. In case I didn't explain that well here is how it would go:
SMU1= Voltage 1, SMU2= Voltage 1
Measure SMU1 and SMU2
SMU1= Voltage 1, SMU2= Voltage 2
Measure SMU1 and SMU2
...
SMU1= Voltage 2, SMU2=Voltage 1
Measure SMU1 and SMU2
SMU1= Voltage 2, SMU2=Voltage 2
...
The Hardware-Timed Two Channel Voltage Sweep (IV Curve) example got me started, and I also used this Triggered Sequence Mode VI from this forum post (https://forums.ni.com/t5/PXI/DC-Power-Sequencing/m-p/4141281) to learn how to slowly iterate through one sequence. Now I would like to slowly iterate through two.
Thanks