ModemManager.CellInfoLte¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class ModemManager.CellInfoLte(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
ModemManager.CellInfoLte
structure contains private data and should only be accessed using the provided API.- get_bandwidth()¶
- Returns:
the bandwidth, or
GObject.G_MAXUINT
if not available.- Return type:
Get the bandwidth of the particular carrier in downlink.
New in version 1.22.
- get_ci()¶
-
Get the two- or four-byte Cell Identifier.
Encoded in upper-case hexadecimal format without leading zeros, as specified in 3GPP TS 27.007.
New in version 1.20.
- get_earfcn()¶
- Returns:
the EARFCN, or
GObject.G_MAXUINT
if not available.- Return type:
Get the E-UTRA absolute RF channel number.
New in version 1.20.
- get_operator_id()¶
-
Get the PLMN MCC/MNC.
New in version 1.20.
- get_physical_ci()¶
-
Get the physical cell identifier.
Encoded in upper-case hexadecimal format without leading zeros, as specified in 3GPP TS 27.007.
New in version 1.20.
- get_rsrp()¶
- Returns:
the RSRP, or -
GObject.G_MAXDOUBLE
if not available.- Return type:
Get the average reference signal received power in dBm.
New in version 1.20.
- get_rsrq()¶
- Returns:
the RSRQ, or -
GObject.G_MAXDOUBLE
if not available.- Return type:
Get the average reference signal received quality in dB.
New in version 1.20.
- get_serving_cell_type()¶
- Returns:
the serving cell type, or
ModemManager.ServingCellType.INVALID
if not available.- Return type:
Get the serving cell type.
New in version 1.22.
- get_tac()¶
-
Get the two- or three- byte Tracking Area Code of the base station.
Encoded in upper-case hexadecimal format without leading zeros, as specified in 3GPP TS 27.007.
New in version 1.20.
- get_timing_advance()¶
- Returns:
the timing advance, or
GObject.G_MAXUINT
if not available.- Return type:
Get the timing advance.
New in version 1.20.