/AWS1/CL_IOWCDMAOBJ¶
CDMA (Code-division multiple access) object.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_systemid
TYPE /AWS1/IOWSYSTEMID
/AWS1/IOWSYSTEMID
¶
CDMA system ID (SID).
iv_networkid
TYPE /AWS1/IOWNETWORKID
/AWS1/IOWNETWORKID
¶
CDMA network ID (NID).
iv_basestationid
TYPE /AWS1/IOWBASESTATIONID
/AWS1/IOWBASESTATIONID
¶
CDMA base station ID (BSID).
Optional arguments:¶
iv_registrationzone
TYPE /AWS1/IOWREGISTRATIONZONE
/AWS1/IOWREGISTRATIONZONE
¶
CDMA registration zone (RZ).
io_cdmalocalid
TYPE REF TO /AWS1/CL_IOWCDMALOCALID
/AWS1/CL_IOWCDMALOCALID
¶
CDMA local identification (local ID) parameters.
iv_pilotpower
TYPE /AWS1/IOWPILOTPOWER
/AWS1/IOWPILOTPOWER
¶
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
iv_baselat
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
CDMA base station latitude in degrees.
iv_baselng
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
CDMA base station longitude in degrees.
it_cdmanmr
TYPE /AWS1/CL_IOWCDMANMROBJ=>TT_CDMANMRLIST
TT_CDMANMRLIST
¶
CDMA network measurement reports.
Queryable Attributes¶
SystemId¶
CDMA system ID (SID).
Accessible with the following methods¶
Method | Description |
---|---|
GET_SYSTEMID() |
Getter for SYSTEMID, with configurable default |
ASK_SYSTEMID() |
Getter for SYSTEMID w/ exceptions if field has no value |
HAS_SYSTEMID() |
Determine if SYSTEMID has a value |
NetworkId¶
CDMA network ID (NID).
Accessible with the following methods¶
Method | Description |
---|---|
GET_NETWORKID() |
Getter for NETWORKID, with configurable default |
ASK_NETWORKID() |
Getter for NETWORKID w/ exceptions if field has no value |
HAS_NETWORKID() |
Determine if NETWORKID has a value |
BaseStationId¶
CDMA base station ID (BSID).
Accessible with the following methods¶
Method | Description |
---|---|
GET_BASESTATIONID() |
Getter for BASESTATIONID, with configurable default |
ASK_BASESTATIONID() |
Getter for BASESTATIONID w/ exceptions if field has no value |
HAS_BASESTATIONID() |
Determine if BASESTATIONID has a value |
RegistrationZone¶
CDMA registration zone (RZ).
Accessible with the following methods¶
Method | Description |
---|---|
GET_REGISTRATIONZONE() |
Getter for REGISTRATIONZONE, with configurable default |
ASK_REGISTRATIONZONE() |
Getter for REGISTRATIONZONE w/ exceptions if field has no va |
HAS_REGISTRATIONZONE() |
Determine if REGISTRATIONZONE has a value |
CdmaLocalId¶
CDMA local identification (local ID) parameters.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CDMALOCALID() |
Getter for CDMALOCALID |
PilotPower¶
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
Accessible with the following methods¶
Method | Description |
---|---|
GET_PILOTPOWER() |
Getter for PILOTPOWER, with configurable default |
ASK_PILOTPOWER() |
Getter for PILOTPOWER w/ exceptions if field has no value |
HAS_PILOTPOWER() |
Determine if PILOTPOWER has a value |
BaseLat¶
CDMA base station latitude in degrees.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BASELAT() |
Getter for BASELAT, with configurable default |
ASK_BASELAT() |
Getter for BASELAT w/ exceptions if field has no value |
STR_BASELAT() |
String format for BASELAT, with configurable default |
HAS_BASELAT() |
Determine if BASELAT has a value |
BaseLng¶
CDMA base station longitude in degrees.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BASELNG() |
Getter for BASELNG, with configurable default |
ASK_BASELNG() |
Getter for BASELNG w/ exceptions if field has no value |
STR_BASELNG() |
String format for BASELNG, with configurable default |
HAS_BASELNG() |
Determine if BASELNG has a value |
CdmaNmr¶
CDMA network measurement reports.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CDMANMR() |
Getter for CDMANMR, with configurable default |
ASK_CDMANMR() |
Getter for CDMANMR w/ exceptions if field has no value |
HAS_CDMANMR() |
Determine if CDMANMR 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_CDMALIST
¶
TYPES TT_CDMALIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWCDMAOBJ WITH DEFAULT KEY
.