NI-RFPM API Reference

Table of Contents

RfpmMeasurements.MaximumReferenceLevelCoercion Property

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

RfpmMeasurementsMaximumReferenceLevelCoercion Property

Gets or sets the maximum difference allowed between the requested reference level and the matching reference level when IsReferenceLevelCoercionEnabled is set to , expressed in dBm.
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 MaximumReferenceLevelCoercion { get; set; }
Public Property MaximumReferenceLevelCoercion As Double
	Get
	Set

Property Value

Type: Double
The maximum difference allowed between the requested reference level and the matching reference level when IsReferenceLevelCoercionEnabled is set to , expressed in dBm. The default value is MaxValue.

Exceptions

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

See Also

Log in to get a better experience