05-12-2009 02:28 AM
Hi
I'm working with a network analyzer to measure crosstalk (NEXT & ELFEXT)
Incrementation is generated by double while loop to make pairs (example for a 4 pairs cable : 1-2 ; 1-3 ; 1-4 ; 2-3 ; 2-4 ; 3-4)
At the beginning, a message box appears and operator write the number of pairs of the cable.
The loop begin and each new measure, a message appear to tell operator which pair to connect to analyzer.
I have to trace graph for EACH measure (if there are 4 pairs, there are 6 measures) and place a selector command to view the trace I want from the 6.
I guess I have to build an array and index it, but it seems to doesn't work. Is there another solution ?
I joined a screenshot of my program, it works well. Just need to "stock" graph in an array and index it to display the one I want.
05-15-2009 04:22 AM - edited 05-15-2009 04:23 AM
Hi,
You should the build array function to combine them to one graph. To begin you can find examples in the example finder, then a similar thread with good examples was treated here
Hopefully this helps.
Regards.