RFMXINSTR_ATTR_LO2_EXPORT_ENABLED
- Updated2025-04-08
- 1 minute(s) read
Specifies whether to enable the LO2 OUT terminals in the installed devices.
Syntax
RFMXINSTR_ATTR_LO2_EXPORT_ENABLED
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
58 | int32 | Read/Write | N/A |
Remarks
Set this attribute to Enabled to export the 4 GHz LO signal from the LO2 IN terminal to the LO2 OUT terminal. You can also export the LO2 signal by setting the RFMXINSTR_ATTR_LO_EXPORT_ENABLED attribute to TRUE.
Note
This attribute is not supported on a MIMO session.
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 Disabled.
Supported Devices: PXIe-5665/5668
Name | Value | Description |
---|---|---|
RFMXINSTR_VAL_LO2_EXPORT_DISABLED | 0 (0x0) | Disables the LO2 OUT terminals. |
RFMXINSTR_VAL_LO2_EXPORT_ENABLED | 1 (0x1) | Enables the LO2 OUT terminals. |