FMBand
- Updated2025-10-14
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgAnalogModulationFMBand FMBand { get; set; }
Remarks
Specifies the RfsgAnalogModulationFMBand enumeration.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The FMBand property was accessed after the associated NIRfsg object was disposed. |