/AWS1/CL_IOWTDSCDMANMROBJ¶
TD-SCDMA object for network measurement reports.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_uarfcn TYPE /AWS1/IOWUARFCN /AWS1/IOWUARFCN¶
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.
iv_cellparams TYPE /AWS1/IOWCELLPARAMS /AWS1/IOWCELLPARAMS¶
Cell parameters for TD-SCDMA network measurement reports object.
Optional arguments:¶
iv_utrancid TYPE /AWS1/IOWUTRANCID /AWS1/IOWUTRANCID¶
UTRAN (UMTS Terrestrial Radio Access Network) cell global identifier.
iv_rscp TYPE /AWS1/IOWRSCP /AWS1/IOWRSCP¶
Code power of the received signal, measured in decibel-milliwatts (dBm).
iv_pathloss TYPE /AWS1/IOWPATHLOSS /AWS1/IOWPATHLOSS¶
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
Queryable Attributes¶
Uarfcn¶
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UARFCN() |
Getter for UARFCN, with configurable default |
ASK_UARFCN() |
Getter for UARFCN w/ exceptions if field has no value |
HAS_UARFCN() |
Determine if UARFCN has a value |
CellParams¶
Cell parameters for TD-SCDMA network measurement reports object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CELLPARAMS() |
Getter for CELLPARAMS, with configurable default |
ASK_CELLPARAMS() |
Getter for CELLPARAMS w/ exceptions if field has no value |
HAS_CELLPARAMS() |
Determine if CELLPARAMS has a value |
UtranCid¶
UTRAN (UMTS Terrestrial Radio Access Network) cell global identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UTRANCID() |
Getter for UTRANCID, with configurable default |
ASK_UTRANCID() |
Getter for UTRANCID w/ exceptions if field has no value |
HAS_UTRANCID() |
Determine if UTRANCID has a value |
Rscp¶
Code power of the received signal, measured in decibel-milliwatts (dBm).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RSCP() |
Getter for RSCP, with configurable default |
ASK_RSCP() |
Getter for RSCP w/ exceptions if field has no value |
HAS_RSCP() |
Determine if RSCP has a value |
PathLoss¶
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PATHLOSS() |
Getter for PATHLOSS, with configurable default |
ASK_PATHLOSS() |
Getter for PATHLOSS w/ exceptions if field has no value |
HAS_PATHLOSS() |
Determine if PATHLOSS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TDSCDMANMRLIST¶
TYPES TT_TDSCDMANMRLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWTDSCDMANMROBJ WITH DEFAULT KEY
.