RfsgAnalogModulation.FMNarrowbandIntegrator Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets the narrowband frequency modulation (FM) range to apply, by sending the signal through an integrator.
This property is valid only when you set the ModulationType property to FM and the FMBand property to Narrowband.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public RfsgAnalogModulationFMNarrowbandIntegrator FMNarrowbandIntegrator { get; set; }
Public Property FMNarrowbandIntegrator As RfsgAnalogModulationFMNarrowbandIntegrator Get Set
Property Value
RfsgAnalogModulationFMNarrowbandIntegratorSpecifies the RfsgAnalogModulationFMNarrowbandIntegrator enumeration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The FMNarrowbandIntegrator property was accessed after the associated NIRfsg object was disposed. |