ModemManager.CellInfoLte

g GObject.Object GObject.Object ModemManager.CellInfo ModemManager.CellInfo GObject.Object->ModemManager.CellInfo ModemManager.CellInfoLte ModemManager.CellInfoLte ModemManager.CellInfo->ModemManager.CellInfoLte

Subclasses:

None

Methods

Inherited:

ModemManager.CellInfo (2), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_bandwidth ()

get_ci ()

get_earfcn ()

get_operator_id ()

get_physical_ci ()

get_rsrp ()

get_rsrq ()

get_serving_cell_type ()

get_tac ()

get_timing_advance ()

Virtual Methods

Inherited:

ModemManager.CellInfo (2), GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

ModemManager.CellInfo

r

Class Details

class ModemManager.CellInfoLte(**kwargs)
Bases:

ModemManager.CellInfo

Abstract:

No

Structure:

ModemManager.CellInfoLteClass

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:

int

Get the bandwidth of the particular carrier in downlink.

New in version 1.22.

get_ci()
Returns:

the MCCMNC, or None if not available.

Return type:

str

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:

int

Get the E-UTRA absolute RF channel number.

New in version 1.20.

get_operator_id()
Returns:

the MCCMNC, or None if not available.

Return type:

str

Get the PLMN MCC/MNC.

New in version 1.20.

get_physical_ci()
Returns:

the MCCMNC, or None if not available.

Return type:

str

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:

float

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:

float

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:

ModemManager.ServingCellType

Get the serving cell type.

New in version 1.22.

get_tac()
Returns:

the MCCMNC, or None if not available.

Return type:

str

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:

int

Get the timing advance.

New in version 1.20.