Gets or sets the adjustment for PowerLevel.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public double PeakPowerAdjustment { get; set; }

Remarks

Specifies a Double representing the adjustment for the PowerLevel

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.

Exceptions

TypeDescription
System.ObjectDisposedException

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