RfsgAnalogModulation.AMSensitivity Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets an uncalibrated digital-to-analog converter (DAC) value that scales the input signal before the signal modulates the carrier. A value of 0 completely attenuates the signal, and a value of 100 passes the full-scale signal to the modulator.
When using the NI PXIe-5654 with NI PXIe-5696, NI-RFSG may coerce AM sensitivity. Coercing the AM sensitivity prevents overpowering conditions at the NI 5696 input. Read this property to determine the coerced value.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public double AMSensitivity { get; set; }
Public Property AMSensitivity As Double Get Set
Property Value
DoubleSpecifies a Double representing an uncalibrated DAC value.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The AMSensitivity property was accessed after the associated NIRfsg object was disposed. |