RfsgAnalogModulation.FMBand Property
- Updated2024-05-08
- 1 minute(s) read
RfsgAnalogModulationFMBand Property
Gets or sets the analog modulation frequency modulation (FM) band to use. Wideband FM allows for modulating signals higher than 100 kHz. Narrowband FM allows for modulating lower frequency signals.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgAnalogModulationFMBand FMBand { get; set; }
Public Property FMBand As RfsgAnalogModulationFMBand Get Set
Property Value
Type: RfsgAnalogModulationFMBandSpecifies the RfsgAnalogModulationFMBand enumeration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The FMBand property was accessed after the associated NIRfsg object was disposed. |