RFmx GSM DotNET

Table of Contents

RFmxGsmMX.ConfigurePowerControlLevel Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxGsmMX.ConfigurePowerControlLevel Method

RFmxGsmMXConfigurePowerControlLevel Method

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

Namespace: NationalInstruments.RFmx.GsmMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int ConfigurePowerControlLevel(
	string selectorString,
	int powerControlLevel
)
Public Function ConfigurePowerControlLevel ( 
	selectorString As String,
	powerControlLevel As Integer
) As Integer

Parameters

selectorString  String
Specifies a selector string comprising of slot number. Example:
"slot0"
"slot::all"
You can use the BuildSlotString(String, Int32) method to build the selector string.
powerControlLevel  Int32
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.

Return Value

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

See Also

Log in to get a better experience