NI-RFPM API Reference

Table of Contents

RfpmReceiverCalibration.IsPowerCorrectionEnabled Property

  • Updated2023-12-28
  • 1 minute(s) read
RfpmReceiverCalibration.IsPowerCorrectionEnabled Property

RfpmReceiverCalibrationIsPowerCorrectionEnabled Property

Gets or sets a value indicating whether the receiver scalar offsets are calibrated values or factory values.If set to false nominal calibration receiver offsets will be returned when FetchOffset() method is called.
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 bool IsPowerCorrectionEnabled { get; set; }
Public Property IsPowerCorrectionEnabled As Boolean
	Get
	Set

Property Value

Type: Boolean
, if the output power is correlated using calibrated receiver offsets. , if the output power is correlated using nominal value offsets. The default value is .

Exceptions

ExceptionCondition
ObjectDisposedExceptionIsPowerCorrectionEnabled was accessed after the associated NIRfpm or RfpmDriverUtility object was disposed.
IviCDriverException The underlying NI-RFPM driver returned an error.

See Also

Log in to get a better experience