GetNumberOfReceiveChains(string, out int)
- Updated2025-10-13
- 1 minute(s) read
Gets the number of receive chains for OFDM standards.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetNumberOfReceiveChains(string selectorString, out int value)
Remarks
This method gets 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 | out int | Upon return, contains 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.