RfsaSpectrumAcquisitionConfiguration.SpectrumOspSamplingRatio Property
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Gets or sets the over sampling ratio (OSP) on the digitizer board in spectrum mode.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public double SpectrumOspSamplingRatio { get; set; }
Public Property SpectrumOspSamplingRatio As Double Get Set
Property Value
DoubleSpecifies a Double representing the over sampling ratio on the digitizer board in spectrum mode. The default value is 1.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The SpectrumOspSamplingRatio property was accessed after the associated NIRfsa object was disposed. |