Sets 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. Use "slot(n)" as the selector string to configure or read this method.

Syntax

Namespace: NationalInstruments.RFmx.GsmMX

public int SetPowerControlLevel(string selectorString, int value)

Remarks

This method sets the value of PowerControlLevel attribute.The default value is 0. Valid values are 0 to 40, inclusive.

Parameters

NameTypeDescription
selectorStringstring

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

valueint

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. Use "slot(n)" as the selector string to configure or read this method.

Returns

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