10-30-2011 04:51 AM
Hello
Is it possible to extract plot names from an array of waveform to a new array that contains all the plot names.
Regards,
Solved! Go to Solution.
10-30-2011 07:04 AM
If you want extract the information from a frequency domain graph means, you will get a cluster of data with F0 representing starting frequency and delta f represents frequency resolution and 1D array of magnitudes.
10-30-2011 07:53 AM
I think the data is in time domain format. I am able to get only one name by creating property node in waveform graph. Is it possible to get all of them at a time.
10-30-2011 09:01 AM
@tmbejoy wrote:
I think the data is in time domain format. I am able to get only one name by creating property node in waveform graph. Is it possible to get all of them at a time.
what does mean by "all of them at a time"?
Please post your code, so that i would be esay for us to help you.
11-01-2011 07:47 AM
If you are using Waveform data types to update your plot then you can iterate through all channels and pull out the name attribute or,
You can use a For loop that uses the iteraction terminal to drive the "Active Plot" property of the indicator and then pull the name using a second (preferably an expanded property node) and let the names pile up in an auto-indexing output tunnel.
Ben