ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgRF.PeakPowerAdjustment Property

RfsgRF.PeakPowerAdjustment Property

RfsgRFPeakPowerAdjustment Property

Gets or sets the adjustment for PowerLevel.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public double PeakPowerAdjustment { get; set; }
Public Property PeakPowerAdjustment As Double
	Get
	Set

Property Value

Type: Double
Specifies a Double representing the adjustment for the PowerLevel

Exceptions

ExceptionCondition
ObjectDisposedException The PeakPowerAdjustment property was accessed after the associated NIRfsg object was disposed.

Remarks

The value of the PeakPowerAdjustment property adds to the PowerLevel property. The PeakPowerAdjustment property specifies the peak-to-average power ratio (PAPR) of a waveform. If the PAPR is specified, the specified power level becomes the average power level of the waveform, even if PowerLevelType is set to PeakPower.

See Also

Was this information helpful?