08-11-2015 04:53 PM - edited 08-11-2015 05:12 PM
@hiNI wrote:
Hello,
Can you assist me in finally extracting the data from the "sorted" array to plot based on the last post above?
Thanks,
hiNi
They are all strings so you need to convert to numerics. What do you want to plot and how (graph, xy, etc.)? Please clarify!
Looking at your "sort" subVI, you have an incredible amount of duplicate and unecessary code. The only thing that belongs inside the case structure is the unbundling operation, nothing else. Right? Why do you have so many FOR loops??? You have 10(!!) FOR loops and all you really need is two! 🙂
Here's how it could look like. Also note that the terminals belong on the toplevel diagram, not inside structures.
08-11-2015 05:05 PM
For a Given DESC, DUT, TEMP and LO Freq, plot either Hz or dB vs, Audio Freq.
Thanks,
hiNi.