RFmxNRMXComponentCarrier.GetPdschDmrsTypeAPosition Method
- Updated2024-07-17
- 1 minute(s) read
RFmxNRMXComponentCarrierGetPdschDmrsTypeAPosition Method
Gets the position of first DMRS symbol in a slot for Type A configurations.
Namespace: NationalInstruments.RFmx.NRMX
Assembly: NationalInstruments.RFmx.NRMX.Fx40 (in NationalInstruments.RFmx.NRMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int GetPdschDmrsTypeAPosition( string selectorString, out int value )
Public Function GetPdschDmrsTypeAPosition ( selectorString As String, <OutAttribute> ByRef value As Integer ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies the subblock number, carrier number, bwp number, user number and pdsch number.
Example:
"pdsch0" or
"user0" or
"bwp0" or
"carrier0" or
"subblock0" or
"subblock0/carrier0/bwp0/user0/pdsch0".
You can use the BuildPdschString(String, Int32) method to build the selector string. - value
- Type: SystemInt32
Upon return, contains the position of first DMRS symbol in a slot for Type A configurations.
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 PdschDmrsTypeAPosition attribute.The default value is 2.