RfsgRFAdvanced.AutoPowerSearch Property
- Updated2024-05-08
- 1 minute(s) read
RfsgRFAdvancedAutoPowerSearch Property
Gets or sets the automatic power search. When you set this property to Enable, NI-RFSG performs a power search after you initiate the device, or after you enable output power, or when the frequency or power level changes. When you set this property to Disable, NI-RFSG does not perform a power search unless you call the PerformPowerSearch method.
This property is ignored if you set the AlcControl property to Enable.
NI 5654: Disable is the only supported value for this device.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgAutoPowerSearch AutoPowerSearch { get; set; }
Public Property AutoPowerSearch As RfsgAutoPowerSearch Get Set
Property Value
Type: RfsgAutoPowerSearchSpecifies the RfsgAutoPowerSearch enumeration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The AutoPowerSearch property was accessed after the associated NIRfsg object was disposed. |