LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

manually sweep values based on multicolumn listbox

Solved!
Go to solution

Hello

 

I have developed a program which includes multicolumn list box as shown below

 

DUT  VGS_Start  VGS_Step  VGS_Stop  VDS_Start VDS_Step VDS_Stop

1        0.1              0.05            0.2               0.3           0.05            0.4

 

I want to have my program sweep between the VGS_start to VGS_stop in steps of VGS_step for each VDS_Start to VDS_Stop in steps of VDS_Step and have come a long way in doing that but some thing is missing. I am able to sweep the VGS from start to stop in steps of VGS_step just for VDS_start value but I am not able to continue sweeping VGS values from start to stop at other VDS values (i.e. VDS_start + VDS_Step until VDS_Stop).

 

I am attaching the vi I have developed for reference. If any1 can help me out by giving some suggestions will be a gr8 help.

 

THanks,

Robin

 

0 Kudos
Message 1 of 2
(2,162 Views)
Solution
Accepted by topic author Robin11

You can use Ramp Pattern to do this, then loop through each array.

 

Example_VI.png

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 2 of 2
(2,125 Views)