RFMXSPECAN_ATTR_SPECTRUM_MEASUREMENT_MODE
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the measurement calibrates the noise floor of analyzer or performs the spectrum measurement. Refer to the measurement guidelines section in the Noise Compensation Algorithm topic for more information.
Syntax
RFMXSPECAN_ATTR_SPECTRUM_MEASUREMENT_MODE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
1085470 | int32 | Read/Write | N/A |
Remarks
You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector String topic for information about the string syntax for named signals.
The default value is Measure.
Name | Value | Description |
---|---|---|
RFMXSPECAN_VAL_SPECTRUM_MEASUREMENT_MODE_MEASURE | 0 (0x0) | Spectrum measurement is performed on the acquired signal. |
RFMXSPECAN_VAL_SPECTRUM_MEASUREMENT_MODE_CALIBRATE_NOISE_FLOOR | 1 (0x1) | Manual noise calibration of the signal analyzer is performed for the spectrum measurement. |