ModemManager.CellInfoUmts

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

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

get_ci ()

get_ecio ()

get_frequency_fdd_dl ()

get_frequency_fdd_ul ()

get_frequency_tdd ()

get_lac ()

get_operator_id ()

get_path_loss ()

get_psc ()

get_rscp ()

get_uarfcn ()

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.CellInfoUmts(**kwargs)
Bases:

ModemManager.CellInfo

Abstract:

No

Structure:

ModemManager.CellInfoUmtsClass

The ModemManager.CellInfoUmts structure contains private data and should only be accessed using the provided API.

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_ecio()
Returns:

the ECIO, or -GObject.G_MAXDOUBLE if not available.

Return type:

float

Get the ECIO, the received energy per chip divided by the power density in the band measured in dBm on the primary CPICH channel of the cell.

New in version 1.20.

get_frequency_fdd_dl()
Returns:

the frequency, or GObject.G_MAXUINT if not available.

Return type:

int

Get the frequency of the downlink in kHz while in FDD.

New in version 1.20.

get_frequency_fdd_ul()
Returns:

the frequency, or GObject.G_MAXUINT if not available.

Return type:

int

Get the frequency of the uplink in kHz while in FDD.

New in version 1.20.

get_frequency_tdd()
Returns:

the frequency, or GObject.G_MAXUINT if not available.

Return type:

int

Get the frequency in kHz while in TDD.

New in version 1.20.

get_lac()
Returns:

the MCCMNC, or None if not available.

Return type:

str

Get the two-byte Location 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_operator_id()
Returns:

the MCCMNC, or None if not available.

Return type:

str

Get the PLMN MCC/MNC.

New in version 1.20.

get_path_loss()
Returns:

the path loss, or GObject.G_MAXUINT if not available.

Return type:

int

Get the path loss of the cell.

New in version 1.20.

get_psc()
Returns:

the PSC, or GObject.G_MAXUINT if not available.

Return type:

int

Get the primary scrambling code.

New in version 1.20.

get_rscp()
Returns:

the RSCP, or -GObject.G_MAXDOUBLE if not available.

Return type:

float

Get the received signal code power.

New in version 1.20.

get_uarfcn()
Returns:

the UARFCN, or GObject.G_MAXUINT if not available.

Return type:

int

Get the UTRA absolute RF channel number.

New in version 1.20.