AlcControl
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether to enable the automatic leveling control (ALC).
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgAlcControl AlcControl { get; set; }
Remarks
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.
Specifies the RfsgAlcControl enumeration.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The AlcControl property was accessed after the associated NIRfsg object was disposed. |