NIRfsg Namespace

Table of Contents

RfsgRFAdvanced.AutoPowerSearch Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsgRFAdvanced.AutoPowerSearch Property

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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public RfsgAutoPowerSearch AutoPowerSearch { get; set; }
Public Property AutoPowerSearch As RfsgAutoPowerSearch
	Get
	Set

Property Value

RfsgAutoPowerSearch
Specifies the RfsgAutoPowerSearch enumeration.

Exceptions

ExceptionCondition
ObjectDisposedException The AutoPowerSearch property was accessed after the associated NIRfsg object was disposed.

See Also

Log in to get a better experience