RFMXSPECAN_ATTR_PHASENOISE_RANGE_DEFINITION
- Updated2025-04-08
- 1 minute(s) read
Specifies how the measurement computes offset subranges.
Syntax
RFMXSPECAN_ATTR_PHASENOISE_RANGE_DEFINITION
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
1245186 | 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 Auto.
Name | Value | Description |
---|---|---|
RFMXSPECAN_VAL_PHASENOISE_RANGE_DEFINITION_MANUAL | 0 (0x0) | Specify the offset sub-ranges used for the measurement. Use the RFMXSPECAN_ATTR_PHASENOISE_RANGE_START_FREQUENCY attribute and the RFMXSPECAN_ATTR_PHASENOISE_RANGE_STOP_FREQUENCY attribute to configure single or multiple range start and range stop frequencies. |
RFMXSPECAN_VAL_PHASENOISE_RANGE_DEFINITION_AUTO | 1 (0x1) | Measurement computes offset sub-ranges by dividing the user configured offset range into multiple decade sub-ranges. The range is specified by the RFMXSPECAN_ATTR_PHASENOISE_START_FREQUENCY and the RFMXSPECAN_ATTR_PHASENOISE_RANGE_STOP_FREQUENCY attributes. |