GetPercentageOfSymbolsAboveDf4avgThreshold(string, out double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the result name. |
| value | out 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.