BuildChainString(string, int)
- Updated2025-10-13
- 1 minute(s) read
Creates a chain string.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public static string BuildChainString(string selectorString, int chainNumber)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of the result name, and segment number. You can also pass selectorStringOut from the BuildSegmentString(string, int) method as an input to this method. Example: |
| chainNumber | int | Specifies the chain number for building the selector string. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.