Gets the peak absolute power deviation computed over each transmit slot in the CTE portion of the LE packet. The peak absolute power deviation is the deviation of peak power in each transmit slot with respect to the average power in that transmit slot. This result is applicable only when you set the SetDirectionFindingMode(string, RFmxBTMXDirectionFindingMode) method to AngleOfDepature. When you set the TXP Averaging Enabled method to True, it returns the maximum of the CTE transmit slot absolute power deviation results computed for each averaging count. This value is expressed as a percentage.

Syntax

Namespace: NationalInstruments.RFmx.BTMX

public int GetLECteTransmitSlotPeakAbsolutePowerDeviationMaximum(string selectorString, out double value)

Remarks

This method gets the value of TxpResultsLECteTransmitSlotPeakAbsolutePowerDeviationMaximum attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name and Slot number. Example: "Slot0", "result::r1/Slot0". You can use the BuildSlotString(string, int) method to build the selector string.

valueout double

Upon return, contains the peak absolute power deviation computed over each transmit slot in the CTE portion of the LE packet. The peak absolute power deviation is the deviation of peak power in each transmit slot with respect to the average power in that transmit slot. This result is applicable only when you set the SetDirectionFindingMode(string, RFmxBTMXDirectionFindingMode) method to AngleOfDepature. When you set the TXP Averaging Enabled method to True, it returns the maximum of the CTE transmit slot absolute power deviation results computed for each averaging count. This value is expressed as a percentage.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.