AutoPowerSearch
- Updated2025-10-14
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgAutoPowerSearch AutoPowerSearch { get; set; }
Remarks
Specifies the RfsgAutoPowerSearch enumeration.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The AutoPowerSearch property was accessed after the associated NIRfsg object was disposed. |