GetMeasurementMode(string, out RFmxWlanMXOfdmModAccMeasurementMode)
- Updated2025-10-13
- 1 minute(s) read
Gets whether the measurement calibrates the noise floor of analyzer or performs the ModAcc measurement.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetMeasurementMode(string selectorString, out RFmxWlanMXOfdmModAccMeasurementMode value)
Remarks
This method gets the value of OfdmModAccMeasurementMode attribute.The default value is Measure .
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out RFmxWlanMXOfdmModAccMeasurementMode | Upon return, contains whether the measurement calibrates the noise floor of analyzer or performs the ModAcc measurement. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.