LOExportEnabled
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether to enable the LO OUT terminals on the NI 5603 RF downconverter.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public bool LOExportEnabled { get; set; }
Remarks
true if the LO OUT terminals on the NI 5603 RF downconverter is enabled; otherwise, false.
By default, the LO OUT terminals are not enabled. If you want to daisy-chain multiple devices together using the same LO source, set this property to true to export the LO input signals on the LO1, LO2, and LO3 terminals to LO1 OUT, LO2 OUT, and LO3 OUT, respectively.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The LOExportEnabled property was accessed after the associated NIRfsa object was disposed. |