Hello,
I am trying to collect the points from the trace of a spectrum element, and I am using the following method:
For some reason, this method only returns a single value in the array.
Is there any other way to get the traces from the spectrum?
Thanks in advance
Hi Maximiliano.
I've used the GetSpectrumBufferDataMessage succesfully in the past, instead of GetSpectrumRTBufferDataMessage. Not sure if that also supports the 'inline' option though.
The SpectrumBufferDataResponseMessage also contains many other properties besides the values, such as the start and stop frequency. Maybe you could try to log them, and hopefully this could give more insight into what's happening.