RfsgAnalogModulation.FMNarrowbandIntegrator Property
- Updated2024-05-08
- 1 minute(s) read
RfsgAnalogModulationFMNarrowbandIntegrator Property
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.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgAnalogModulationFMNarrowbandIntegrator FMNarrowbandIntegrator { get; set; }
Public Property FMNarrowbandIntegrator As RfsgAnalogModulationFMNarrowbandIntegrator Get Set
Property Value
Type: RfsgAnalogModulationFMNarrowbandIntegratorSpecifies the RfsgAnalogModulationFMNarrowbandIntegrator enumeration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The FMNarrowbandIntegrator property was accessed after the associated NIRfsg object was disposed. |