RFmx GSM DotNET

Table of Contents

RFmxGsmMX.SetPowerControlLevel Method

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

RFmxGsmMXSetPowerControlLevel Method

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.

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 SetPowerControlLevel(
	string selectorString,
	int value
)
Public Function SetPowerControlLevel ( 
	selectorString As String,
	value As Integer
) As Integer

Parameters

selectorString  String
Specifies the slot number.
Example: "slot0".
You can use the BuildSlotString(String, Int32) method to build the selector string.
value  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. Use "slot(n)" as the selector string to configure or read this method.

Return Value

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

Remarks

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

See Also

Log in to get a better experience