Gets the percentage of symbols with df2max values that are greater than the df2max threshold defined by the standard. When you set the SetAveragingEnabled(string, RFmxBTMXModAccAveragingEnabled) method to True, it computes this result using the df2max values from all averaging counts. This value is expressed as a percentage.

Syntax

Namespace: NationalInstruments.RFmx.BTMX

public int GetPercentageOfSymbolsAboveDf2maxThreshold(string selectorString, out double value)

Remarks

This method gets the value of ModAccResultsPercentageOfSymbolsAboveDf2maxThreshold attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name.
Example: ""
"result::r1"
You can use the BuildResultString(string) method to build the selectorString.

valueout double

Upon return, contains the percentage of symbols with df2max values that are greater than the df2max threshold defined by the standard. When you set the SetAveragingEnabled(string, RFmxBTMXModAccAveragingEnabled) method to True, it computes this result using the df2max values from all averaging counts. 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.