RFmxLteMXComponentCarrier.SetPdschPower Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXComponentCarrierSetPdschPower Method
Sets 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 SetPdschPower( string selectorString, double value )
Public Function SetPdschPower ( selectorString As String, 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
Specifies 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 sets the value of PdschPower attribute.The default value is 0.