Configures the selected ports to each segment/chain based on the values you set in SetNumberOfFrequencySegments(string, int) and SetNumberOfReceiveChains(string, int) methods.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int ConfigureSelectedPortsMultiple(string selectorString, string[] selectedPorts)

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

selectedPortsstring[]

Specifies the list of MIMO ports to be configured. Use "port::(deviceName)/(channelNumber)" as the format for the selected port.
For PXIe-5830/5831/5832 devices on a MIMO session, the selected port includes the instrument port in the format "port::(deviceName)/(channelNumber)/(port)" .
Example:
port.myrfsa1/0/if1
You can use the RFmxInstr_BuildPortString method to build the selected port.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.