RfsgRFAdvanced.AlcControl Property
- Updated2024-05-08
- 1 minute(s) read
RfsgRFAdvancedAlcControl Property
Gets or sets whether to enable the automatic leveling control (ALC).
NI 5654 with NI 5696: If you enable this property, the ALC is closed (closed-loop mode) and allows for better amplitude accuracy and wider amplitude dynamic range. If you disable this property, the ALC is open (open-loop mode), which is ideal when using modulation. Disabling the AlcControl property also allows for NI-RFSG to perform an automatic power search.
NI 5654: Disable is the only supported value for this device. NI 5654 does not support the ALC when used as a stand-alone device.Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgAlcControl AlcControl { get; set; }
Public Property AlcControl As RfsgAlcControl Get Set
Property Value
Type: RfsgAlcControlSpecifies the RfsgAlcControl enumeration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The AlcControl property was accessed after the associated NIRfsg object was disposed. |