RFmxLteMXComponentCarrier.GetPdschCW0ModulationType Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXComponentCarrierGetPdschCW0ModulationType Method
Gets the modulation type of codeword0 PDSCH allocation.
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 GetPdschCW0ModulationType( string selectorString, out RFmxLteMXUserDefinedPdschCW0ModulationType value )
Public Function GetPdschCW0ModulationType ( selectorString As String, <OutAttribute> ByRef value As RFmxLteMXUserDefinedPdschCW0ModulationType ) 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: NationalInstruments.RFmx.LteMXRFmxLteMXUserDefinedPdschCW0ModulationType
Upon return, contains the modulation type of codeword0 PDSCH allocation.
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 PdschCW0ModulationType attribute.The default value is Qpsk.