Class: Aws::IoTWireless::Types::WcdmaNmrObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::WcdmaNmrObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Network Measurement Reports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#path_loss ⇒ Integer
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
-
#psc ⇒ Integer
Primary Scrambling Code.
-
#rscp ⇒ Integer
Received Signal Code Power (signal power) (dBm).
-
#uarfcndl ⇒ Integer
WCDMA UTRA Absolute RF Channel Number downlink.
-
#utran_cid ⇒ Integer
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
Instance Attribute Details
#path_loss ⇒ Integer
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6964 class WcdmaNmrObj < Struct.new( :uarfcndl, :psc, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |
#psc ⇒ Integer
Primary Scrambling Code.
6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6964 class WcdmaNmrObj < Struct.new( :uarfcndl, :psc, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |
#rscp ⇒ Integer
Received Signal Code Power (signal power) (dBm)
6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6964 class WcdmaNmrObj < Struct.new( :uarfcndl, :psc, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |
#uarfcndl ⇒ Integer
WCDMA UTRA Absolute RF Channel Number downlink.
6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6964 class WcdmaNmrObj < Struct.new( :uarfcndl, :psc, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |
#utran_cid ⇒ Integer
UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.
6964 6965 6966 6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6964 class WcdmaNmrObj < Struct.new( :uarfcndl, :psc, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |