RFmxNRMXPdschPtrsPowerMode Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the configured SetPdschPtrsPower(string, double) is calculated as defined in 3GPP specification or configured by you.
Syntax
Namespace: NationalInstruments.RFmx.NRMX
public enum RFmxNRMXPdschPtrsPowerMode
Members
Name | Value | Description |
---|---|---|
Standard | 0 | The PTRS RE power scaling is computed as defined in the Table 4.1-2 of 3GPP TS 38.214 specification using the value of SetEpreRatioPort(string, int) method.. |
UserDefined | 1 | The PTRS RE power scaling is given by the value of SetPdschPtrsPower(string, double) method. |