RFmxLteMXComponentCarrier.GetPdschPower Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXComponentCarrierGetPdschPower Method
Gets the physical downlink shared channel (PDSCH) power level (Ra) relative to the power of the cell-specific reference signal. This value is expressed in dB. Measurement uses the SetDownlinkUserDefinedCellSpecificRatio(String, RFmxLteMXDownlinkUserDefinedRatio) method to calculate the Rb. Refer to section 3.3 of the 3GPP 36.521 specification for more information about Ra.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int GetPdschPower( string selectorString, out double value )
Public Function GetPdschPower ( selectorString As String, <OutAttribute> ByRef value As Double ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies the subblock number, carrier number, subframe number and pdsch number.
Example:
"pdsch0" or
"subframe0" or
"carrier0" or
"subblock0" or
"subblock0/carrier0/subframe0/pdsch0".
You can use the BuildPdschString(String, Int32) method to build the selector string. - value
- Type: SystemDouble
Upon return, contains the physical downlink shared channel (PDSCH) power level (Ra) relative to the power of the cell-specific reference signal. This value is expressed in dB. Measurement uses the SetDownlinkUserDefinedCellSpecificRatio(String, RFmxLteMXDownlinkUserDefinedRatio) method to calculate the Rb. Refer to section 3.3 of the 3GPP 36.521 specification for more information about Ra.
Return Value
Type: 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 PdschPower attribute.The default value is 0.