ModemManager.CellInfoTdscdma

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

Subclasses:

None

Methods

Inherited:

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

Structs:

GObject.ObjectClass (5)

get_cell_parameter_id ()

get_ci ()

get_lac ()

get_operator_id ()

get_path_loss ()

get_rscp ()

get_timing_advance ()

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

ModemManager.CellInfo

Abstract:

No

Structure:

ModemManager.CellInfoTdscdmaClass

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

get_cell_parameter_id()
Returns:

the cell parameter id, or GObject.G_MAXUINT if not available.

Return type:

int

Get the cell parameter id.

New in version 1.20.

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

the timing advance, or GObject.G_MAXUINT if not available.

Return type:

int

Get the measured delay (in bit periods) of an access burst transmission on the RACH or PRACH to the expected signal from a mobile station at zero distance under static channel conditions.

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.