SetNumberOfReceiveChains(string, int)
- Updated2025-10-13
- 1 minute(s) read
Sets the number of receive chains for OFDM standards.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int SetNumberOfReceiveChains(string selectorString, int value)
Remarks
This method sets the value of NumberOfReceiveChains attribute.The default value is 1. The valid values are as follows. StandardNumber of Receive Chains802.11a/g, 802.11j, 802.11p1802.11n1–4802.11ac, 802.11ax, 802.11be1–8
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | int | Specifies the number of receive chains for OFDM standards. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.