LOSource
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the LO Source for the device.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public RfsaLOSource LOSource { get; set; }
Remarks
Specifies the RfsaLOSource enumeration.
Specifies the LO signal source used to downconvert the RF input signal. If no signal downconversion is required, this property is ignored.
To use this property for the PXIe-5830/5831/5832, you must specify the the channelName of the RfsaChannelBasedLO sub-object to specify the name of the channel you are configuring. You can configure the LO1 and LO2 channels by using lo1 or lo2, or set the channel string to lo1,lo2 to configure both channels. For all other devices, the only valid value for the channel string is "" (empty string).
An active channel can be passed using the indexer NationalInstruments.ModularInstruments.NIRfsa.RfsaLocalOscillator.this[string]