Share via


MobileBroadbandCellUmts.SignalToNoiseRatioInDB Property

Definition

Gets the signal to noise ratio in dB.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.

public:
 property IReference<double> ^ SignalToNoiseRatioInDB { IReference<double> ^ get(); };
IReference<double> SignalToNoiseRatioInDB();
public System.Nullable<double> SignalToNoiseRatioInDB { get; }
var iReference = mobileBroadbandCellUmts.signalToNoiseRatioInDB;
Public ReadOnly Property SignalToNoiseRatioInDB As Nullable(Of Double)

Property Value

The received signal code power in dBm.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

This value is the ratio of the received energy per PN chip for the CPICH to the total received power spectral density at the antenna. The range of this value is -50~0; returns null if unknown.

Applies to