Gets the percentage of symbols with df4avg values that are greater than the df4avg threshold defined by the standard. When you set the ModAccAveragingEnabled method to True, it computes this result using the df4avg values from all averaging counts. This value is expressed as a percentage. This result is valid only for LE-CS packet with data rate 2 Mbps and when bandwidth bit period product is set to 2.

Syntax

Namespace: NationalInstruments.RFmx.BTMX

public int GetPercentageOfSymbolsAboveDf4avgThreshold(string selectorString, out double value)

Remarks

This method gets the value of ModAccResultsPercentageOfSymbolsAboveDf4avgThreshold 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 df4avg values that are greater than the df4avg threshold defined by the standard. When you set the ModAccAveragingEnabled method to True, it computes this result using the df4avg values from all averaging counts. This value is expressed as a percentage. This result is valid only for LE-CS packet with data rate 2 Mbps and when bandwidth bit period product is set to 2.

Returns

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