NI-RFPM API Reference

Table of Contents

RfpmMeasurements.MaximumFrequencySpanForInterpolation Property

  • Updated2023-12-28
  • 1 minute(s) read
RfpmMeasurements.MaximumFrequencySpanForInterpolation Property

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.

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: Double
The maximum span between two adjacent calibration frequencies for which interpolation will be performed, expressed in Hz. The default value is 20e6.

Exceptions

ExceptionCondition
ObjectDisposedExceptionMaximumFrequencySpanForInterpolation 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.

See Also

Log in to get a better experience