RFMXINSTR_ATTR_OPTIMIZE_PATH_FOR_SIGNAL_BANDWIDTH
- Updated2025-10-13
- 1 minute(s) read
Optimizes RF path for the signal bandwidth that is centered on the IQ carrier frequency.
Syntax
RFMXINSTR_ATTR_OPTIMIZE_PATH_FOR_SIGNAL_BANDWIDTH
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
91 | int32 | Read/Write | N/A |
Remarks
You can disable this attribute to avoid changes to the RF path when changing the signal bandwidth.
You do not need to use a selector string if you want to configure this attribute for all signal instances. Specify the signal name in the selector string if you want to configure or read that signal instance. Refer to the Selector String topic for information about the string syntax.
The default value is Automatic.
Supported devices: PXIe-5830/5831/5832/5841/5842
Name | Value | Description |
|---|---|---|
RFMXINSTR_VAL_OPTIMIZE_PATH_FOR_SIGNAL_BANDWIDTH_DISABLED | 0 (0x0) | Disables the optimized path for signal bandwidth. |
RFMXINSTR_VAL_OPTIMIZE_PATH_FOR_SIGNAL_BANDWIDTH_ENABLED | 1 (0x1) | Enables the optimized path for signal bandwidth. |
RFMXINSTR_VAL_OPTIMIZE_PATH_FOR_SIGNAL_BANDWIDTH_AUTOMATIC | 2 (0x2) | Automatically enables the optimized path based on other configurations. |