LOOutPower
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the power level, in dBm, of the signal at the LO OUT terminal when the LOExportEnabled property is set to true.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double LOOutPower { get; set; }
Remarks
Returns a Double representing LO Out Power property.
PXIe-5830/5831/5832: To use this property, 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]
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The LOOutPower property was accessed after the associated NIRfsa object was disposed. |