RFmxLteMXDownlinkAutoCellIDDetectionEnabled Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXDownlinkAutoCellIDDetectionEnabled Enumeration
Specifies whether to enable autodetection of the cell ID. If the signal being measured does not contain primary and secondary sync signal (PSS/SSS), autodetection of cell ID is not possible. Detected cell ID can be fetched using GetDownlinkDetectedCellID(String, Int32) method.
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 RFmxLteMXDownlinkAutoCellIDDetectionEnabled
Public Enumeration RFmxLteMXDownlinkAutoCellIDDetectionEnabled
Members
| Member name | Value | Description | |
|---|---|---|---|
| False | 0 | The measurement uses the cell ID you configure. | |
| True | 1 | The measurement autodetects the cell ID. |