RFmxGsmMX.GetPowerControlLevel Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Gets 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 GetPowerControlLevel( string selectorString, out int value )
Public Function GetPowerControlLevel ( selectorString As String, <OutAttribute> ByRef 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
- Upon return, contains 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
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method gets the value of PowerControlLevel attribute.The default value is 0. Valid values are 0 to 40, inclusive.