GetDcmEnabled(string, out RFmxWlanMXOfdmModAccDcmEnabled)
- Updated2025-04-08
- 1 minute(s) read
Gets whether DCM is enabled for a specified user.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetDcmEnabled(string selectorString, out RFmxWlanMXOfdmModAccDcmEnabled value)
Remarks
This method gets the value of OfdmModAccResultsDcmEnabled attribute.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the result name and User number. Example: "User0", "result::r1/User0". You can use the BuildUserString(string, int) method to build the selector string. |
value | out RFmxWlanMXOfdmModAccDcmEnabled | Upon return, contains whether DCM is enabled for a specified user. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.