ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Network Analyzer labview program

What you posted shows the 1-D array of frequencies being written first followed by the 2-D array of phase/mag data.  That is the opposite of what your latest .xls file showed.

 

Use Build array to concatenate your arrays together and use transpose where necessary.

 

 

0 Kudos
Message 71 of 75
(1,567 Views)

I can't connect that last build array with transpose because the build array is making a 3D array 

0 Kudos
Message 72 of 75
(1,548 Views)

This is the output I'm getting and I don't quite understand it

0 Kudos
Message 73 of 75
(1,542 Views)

 


@arthur51189 wrote:

I can't connect that last build array with transpose because the build array is making a 3D array 


You have to right-click on the Build Array and select "Concatenate Inputs". This is explained in the LabVIEW Help and is basic LabVIEW knowledge.

 

0 Kudos
Message 74 of 75
(1,540 Views)

Can you look at my program and my output. On my output I don't know why it only displays the last set of points (2,2). It doesn't display (1,1) (1,2) (2,1).

Download All
0 Kudos
Message 75 of 75
(1,511 Views)