RfpmMeasurements.MaximumReferenceLevelCoercion Property
- Updated2023-12-28
- 1 minute(s) read
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.
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: DoubleThe 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
Exception | Condition |
---|---|
ObjectDisposedException | MaximumReferenceLevelCoercion 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. |