ModemManager.Signal¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class ModemManager.Signal(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
The
ModemManager.Signalstructure contains private data and should only be accessed using the provided API.- get_ecio()¶
 - Returns:
 the ECIO, or %MM_SIGNAL_UNKNOWN if unknown.
- Return type:
 
Gets the Ec/Io, in dB.
Only applicable to CDMA1x, CDMA EV-DO and UMTS (WCDMA).
New in version 1.2.
- get_error_rate()¶
 - Returns:
 the error rate, or %MM_SIGNAL_UNKNOWN if unknown.
- Return type:
 
Gets the channel error rate (BER, BLER,… depends on the RAT), in percentage.
Applicable to all RAT.
New in version 1.20.
- get_io()¶
 - Returns:
 the Io, or %MM_SIGNAL_UNKNOWN if unknown.
- Return type:
 
Gets the Io, in dBm.
Only applicable to CDMA EV-DO.
New in version 1.2.
- get_rscp()¶
 - Returns:
 the RSCP, or %MM_SIGNAL_UNKNOWN if unknown.
- Return type:
 
Gets the RSCP (Received Signal Code Power), in dBm.
New in version 1.2.
- get_rsrp()¶
 - Returns:
 the RSRP, or %MM_SIGNAL_UNKNOWN if unknown.
- Return type:
 
Gets the RSRP (Reference Signal Received Power), in dBm.
Only applicable to LTE.
New in version 1.2.
- get_rsrq()¶
 - Returns:
 the RSRQ, or %MM_SIGNAL_UNKNOWN if unknown.
- Return type:
 
Gets the RSRQ (Reference Signal Received Quality), in dB.
Only applicable to LTE.
New in version 1.2.
- get_rssi()¶
 - Returns:
 the RSSI, or %MM_SIGNAL_UNKNOWN if unknown.
- Return type:
 
Gets the RSSI (Received Signal Strength Indication), in dBm.
New in version 1.2.
- get_sinr()¶
 - Returns:
 the SINR, or %MM_SIGNAL_UNKNOWN if unknown.
- Return type:
 
Gets the SINR level, in dB.
Only applicable to CDMA EV-DO.
New in version 1.2.