RFmxLteMXMiConfiguration Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXMiConfiguration Enumeration
Specifies whether the Mi parameter is specified by section 6.1.2.6 of 3GPP TS 36.141 specification for testing E-TMs or in the Table 6.9-1 of 3GPP TS 36.211 specification. The Mi parameter determines the number of PHICH groups in each downlink subframe, when you set the SetDuplexScheme(String, RFmxLteMXDuplexScheme) method to Tdd.
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 enum RFmxLteMXMiConfiguration
Public Enumeration RFmxLteMXMiConfiguration
Members
| Member name | Value | Description | |
|---|---|---|---|
| TestModel | 0 | Mi parameter is set to 1 as specified in section 6.1.2.6 of 3GPP TS 36.141 specification. | |
| Standard | 1 | Mi parameter is specified by the Table 6.9-1 of 3GPP TS 36.211 specification. |