RfpmMeasurements.MaximumFrequencySpanForInterpolation Property
- Updated2023-12-28
- 1 minute(s) read
RfpmMeasurementsMaximumFrequencySpanForInterpolation Property
Gets or sets the maximum span between two adjacent calibration frequencies for which interpolation will be performed, expressed in Hz.
This property does not support the mmWave subsystem.
This property does not support the mmWave subsystem.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public double MaximumFrequencySpanForInterpolation { get; set; }
Public Property MaximumFrequencySpanForInterpolation As Double Get Set
Property Value
Type: DoubleThe maximum span between two adjacent calibration frequencies for which interpolation will be performed, expressed in Hz. The default value is 20e6.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | MaximumFrequencySpanForInterpolation was accessed after the associated NIRfpm or RfpmDriverUtility object was disposed. |
ArgumentException | The value set was invalid. |
IviCDriverException | The underlying NI-RFPM driver returned an error. |
Remarks
Spans higher than 100 MHz are not supported and result in an error,
and the driver does not accept the new value.
Negative and zero spans are also not supported and result in an error,
and the driver does not accept the new value.