GetPuschModulationType(string, out RFmxNRMXPuschModulationType)
- Updated2025-10-13
- 1 minute(s) read
Gets the modulation scheme used in the physical uplink shared channel (PUSCH) of the signal being measured.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public int GetPuschModulationType(string selectorString, out RFmxNRMXPuschModulationType value)
Remarks
This method gets the value of PuschModulationType attribute.The default value is Qpsk.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the subblock number, carrier number, bwp number, user number and pusch number. |
| value | out RFmxNRMXPuschModulationType | Upon return, contains the modulation scheme used in the physical uplink shared channel (PUSCH) of the signal being measured. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.