BuildPortString2(string, string, string, int)
- Updated2025-10-13
- 1 minute(s) read
Creates the port string to use as the selector string with External Attenuation Table methods. On a MIMO session, this method can be used to build port string to use as a selector string for configuring or reading port-specific methods and external attenuation table methods.
Syntax
Namespace: NationalInstruments.RFmx.InstrMX
public static string BuildPortString2(string selectorString, string portName, string deviceName, int channelNumber)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the calibration plane string when used for building port string for the external attenuation table methods. If you do not specify the calibration plane string, the default calibration plane instance is used. Example: |
| portName | string | Specifies the port for building the selector string. |
| deviceName | string | specifies the name of the initialized device for building the selector string. |
| channelNumber | int | specifies the channel for building the selector string. Specify 0 as the value for this parameter. |
Returns
Upon return, contains the selector string created by this method.