Configures the power control level corresponding to the transmitted power.
Use "slot(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.GsmMX

public int ConfigurePowerControlLevel(string selectorString, int powerControlLevel)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of slot number. Example:
"slot0"
"slot::all"
You can use the BuildSlotString(string, int) method to build the selector string.

powerControlLevelint

Specifies the power control level corresponding to the transmitted power, as defined in section 4.1 of the 3GPP TS 45.005 v8.0.0 specifications.

Returns

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