ModemManager.CellInfoTdscdma¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class ModemManager.CellInfoTdscdma(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
The
ModemManager.CellInfoTdscdmastructure contains private data and should only be accessed using the provided API.- get_cell_parameter_id()¶
 - Returns:
 the cell parameter id, or
GObject.G_MAXUINTif not available.- Return type:
 
Get the cell parameter id.
New in version 1.20.
- 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_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.
New in version 1.20.
 
- get_operator_id()¶
 - 
Get the PLMN MCC/MNC.
New 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.
New in version 1.20.
- get_rscp()¶
 - Returns:
 the RSCP, or -
GObject.G_MAXDOUBLEif not available.- Return type:
 
Get the received signal code power.
New in version 1.20.
- get_timing_advance()¶
 - Returns:
 the timing advance, or
GObject.G_MAXUINTif not available.- Return type:
 
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_MAXUINTif not available.- Return type:
 
Get the UTRA absolute RF channel number.
New in version 1.20.