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