| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTWireless.Types.WcdmaNmrObj
Description
Synopsis
- data WcdmaNmrObj = WcdmaNmrObj' {}
- newWcdmaNmrObj :: Natural -> Natural -> Natural -> WcdmaNmrObj
- wcdmaNmrObj_pathLoss :: Lens' WcdmaNmrObj (Maybe Natural)
- wcdmaNmrObj_rscp :: Lens' WcdmaNmrObj (Maybe Int)
- wcdmaNmrObj_uarfcndl :: Lens' WcdmaNmrObj Natural
- wcdmaNmrObj_psc :: Lens' WcdmaNmrObj Natural
- wcdmaNmrObj_utranCid :: Lens' WcdmaNmrObj Natural
Documentation
data WcdmaNmrObj Source #
Network Measurement Reports.
See: newWcdmaNmrObj smart constructor.
Constructors
| WcdmaNmrObj' | |
Fields
| |
Instances
Arguments
| :: Natural | |
| -> Natural | |
| -> Natural | |
| -> WcdmaNmrObj |
Create a value of WcdmaNmrObj with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:pathLoss:WcdmaNmrObj', wcdmaNmrObj_pathLoss - Path loss, or path attenuation, is the reduction in power density of an
electromagnetic wave as it propagates through space.
$sel:rscp:WcdmaNmrObj', wcdmaNmrObj_rscp - Received Signal Code Power (signal power) (dBm)
$sel:uarfcndl:WcdmaNmrObj', wcdmaNmrObj_uarfcndl - WCDMA UTRA Absolute RF Channel Number downlink.
$sel:psc:WcdmaNmrObj', wcdmaNmrObj_psc - Primary Scrambling Code.
$sel:utranCid:WcdmaNmrObj', wcdmaNmrObj_utranCid - UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
wcdmaNmrObj_pathLoss :: Lens' WcdmaNmrObj (Maybe Natural) Source #
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
wcdmaNmrObj_rscp :: Lens' WcdmaNmrObj (Maybe Int) Source #
Received Signal Code Power (signal power) (dBm)
wcdmaNmrObj_uarfcndl :: Lens' WcdmaNmrObj Natural Source #
WCDMA UTRA Absolute RF Channel Number downlink.
wcdmaNmrObj_psc :: Lens' WcdmaNmrObj Natural Source #
Primary Scrambling Code.
wcdmaNmrObj_utranCid :: Lens' WcdmaNmrObj Natural Source #
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.