07-05-2020 10:20 PM
07-15-2020 01:18 AM
Hi smart,
The Freq offset of both 5646 and 5840 will be tuned automatically at different SPAN setting. But the 5840 will have several jump value as attachment document. The difference is owe to instantaneous Bandwidth difference between 5646 and 5840.
What's the stuation when RFSA is spectrum type, but RFmx SpecAn is IQ type?And there is no acq type property at RFmx SpecAn property class. Can you offer your example VI?
Can you offer your example VI? How can you monitor the acquisition changing?
07-15-2020 03:07 AM
Hi smart,
RFSA spectrum mode, delivers to the API a spectrum assembled of many acquired smaller spectrum, that are not centered at the LO frequency of the instrument. This is done automatically and without your control, but what that means is that your tone will lie at different frequencies in the instantaneous BW of the HW under different conditions.
This is why SA Peak variation across Span. And It is common phenomenon for VST.
07-22-2020 05:08 AM
Hi smart,
5840:
5646:
As before compareing picture, the Downconverter Freq offset of both 5646 and 5840 will be tuned automatically at different SPAN setting. This is done automatically and without your control, both 5840 and 5646, but what that means is that your tone will lie at different frequencies in the instantaneous BW of the HW under different conditions.
NI recommends using the LO Leakage Avoidance Enabled property instead of the Downconverter Frequency Offset property. The LO Leakage Avoidance Enabled property automatically configures the Downconverter Frequency Offset property to an appropriate offset based on the bandwidth or span of the measurement.
Example is as attachment (SA Test.vi).
RFmx SpecAn instr recommended acq type property returns the recommended acquisition type for the last committed measurement configuration. And RFSA acquisition type configures the session to either acquire I/Q data or to compute a power spectrum over the specified frequency range. They are different concept.
RFmx SpecAn instr recommended acq typei is not acquisition type. Can you offer your example or core API to show how you monitor the acquisition changing on Rfmx SpecAn CHP Test?
07-27-2020 02:40 AM
Hey Youzi, Thanks, Nornally, we can get rfsa acq type from property below, thanks.
07-27-2020 04:53 AM
Hi Smart,
RFmx SpecAn instr recommended acq type property is only used when the T=RFmxInstr Initialize NIRFSA VI or the RFmxIntr Initialize VI is called with option strings "AnalysisOnly =1", as below. Or else, the property is meaningless.
As the example on attachment, it can't reappear your phenomenon.
07-28-2020 01:10 AM
Hi Smart,
The spectrum mode spectral stitching frequency plan of RFSA is not something that we can control or query.
If you desire to have less variation across BW, then you need to perform an action which will force the acquisition to not use spectral mode of RFSA, and then you can better control and offset for specific LO frequencies.
07-28-2020 05:03 AM
Hi Smart,
1. At Spectrum mode, the LO frequency of the instrument is done automatically and without your control, but what that means is that your tone will lie at different frequencies in the instantaneous BW of the HW under different conditions.
2. At IQ mode, you can better control the offset for specific LO frequencies.
3. At RFmxApecAn CHP Test, the aciquisition type is related with instantaneous BW. When Span is lower than instantaneous BW, the aciquisition type is IQ mode; Or else higher than instantaneous BW, it is spectrum mode. You can refer to the attachment example VI.
I hope it is helpful to you~