04-24-2024 02:24 AM
I am using build array to collect several points. Similarly, like you used it as shown in figure below:
04-24-2024 02:34 AM - edited 04-24-2024 02:34 AM
Hi qureshi,
@qureshi000 wrote:
I am using build array to collect several points.
No, you don't collect several points!
All you do is to read the current spectrum from your device and plot this one (1) spectrum on your graph.
You need to collect several spectra (aka "from several iterations") in a 2D array!
I repeat (for the 3rd time):
You need to collect several messages/waveforms/spectra in a 2D array (using a shift register and BuildArray) to get your desired spectrum view on the intensity graph…