RFMXNR_ATTR_CHP_NOISE_COMPENSATION_ENABLED
- Updated2025-04-08
- 1 minute(s) read
Specifies whether RFmx compensates for the instrument noise when performing the measurement. To compensate for instrument noise when performing a CHP measurement, set the RFMXNR_ATTR_CHP_NOISE_CALIBRATION_MODE attribute to Auto, or set the CHP Noise Cal Mode attribute to Manual and the RFMXNR_ATTR_CHP_MEASUREMENT_MODE attribute to Measure.
Syntax
RFMXNR_ATTR_CHP_NOISE_COMPENSATION_ENABLED
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
9449506 | int32 | Read/Write | N/A |
Remarks
Refer to the measurement guidelines section in the Noise Compensation Algorithm topic for more information.
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 False.
Name | Value | Description |
---|---|---|
RFMXNR_VAL_CHP_NOISE_COMPENSATION_ENABLED_FALSE | 0 (0x0) | Indicates that noise compensation is disabled. |
RFMXNR_VAL_CHP_NOISE_COMPENSATION_ENABLED_TRUE | 1 (0x1) | Indicates that noise compensation is enabled. |