ModemManager.CellInfoUmts¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
Class Details¶
- class ModemManager.CellInfoUmts(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
ModemManager.CellInfoUmtsstructure contains private data and should only be accessed using the provided API.- 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.
Added in version 1.20.
- get_ecio()¶
- Returns:
the ECIO, or -
GObject.G_MAXDOUBLEif not available.- Return type:
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.
Added in version 1.20.
- get_frequency_fdd_dl()¶
- Returns:
the frequency, or
GObject.G_MAXUINTif not available.- Return type:
Get the frequency of the downlink in kHz while in FDD.
Added in version 1.20.
- get_frequency_fdd_ul()¶
- Returns:
the frequency, or
GObject.G_MAXUINTif not available.- Return type:
Get the frequency of the uplink in kHz while in FDD.
Added in version 1.20.
- get_frequency_tdd()¶
- Returns:
the frequency, or
GObject.G_MAXUINTif not available.- Return type:
Get the frequency in kHz while in TDD.
Added in version 1.20.
- get_lac()¶
-
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.
Added in version 1.20.
- get_operator_id()¶
-
Get the PLMN MCC/MNC.
Added in version 1.20.
- get_path_loss()¶
- Returns:
the path loss, or
GObject.G_MAXUINTif not available.- Return type:
Get the path loss of the cell.
Added in version 1.20.
- get_psc()¶
- Returns:
the PSC, or
GObject.G_MAXUINTif not available.- Return type:
Get the primary scrambling code.
Added in version 1.20.
- get_rscp()¶
- Returns:
the RSCP, or -
GObject.G_MAXDOUBLEif not available.- Return type:
Get the received signal code power.
Added in version 1.20.
- get_uarfcn()¶
- Returns:
the UARFCN, or
GObject.G_MAXUINTif not available.- Return type:
Get the UTRA absolute RF channel number.
Added in version 1.20.