Creates a chain string.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public static string BuildChainString(string selectorString, int chainNumber)

Parameters

NameTypeDescription
selectorStringstring

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:
"segment0"
"result::r1/segment0"
You can use the RFmxWLAN Build Segment String method to build the selector string.

chainNumberint

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.