Class: Aws::IoTWireless::Types::WcdmaNmrObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::WcdmaNmrObj
- Defined in:
- gems/aws-sdk-iotwireless/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.
6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6845 class WcdmaNmrObj < Struct.new( :uarfcndl, :psc, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |
#psc ⇒ Integer
Primary Scrambling Code.
6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6845 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)
6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6845 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.
6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6845 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.
6845 6846 6847 6848 6849 6850 6851 6852 6853 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6845 class WcdmaNmrObj < Struct.new( :uarfcndl, :psc, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |