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.
7051 7052 7053 7054 7055 7056 7057 7058 7059 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7051 class WcdmaNmrObj < Struct.new( :uarfcndl, :psc, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |
#psc ⇒ Integer
Primary Scrambling Code.
7051 7052 7053 7054 7055 7056 7057 7058 7059 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7051 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)
7051 7052 7053 7054 7055 7056 7057 7058 7059 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7051 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.
7051 7052 7053 7054 7055 7056 7057 7058 7059 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7051 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.
7051 7052 7053 7054 7055 7056 7057 7058 7059 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7051 class WcdmaNmrObj < Struct.new( :uarfcndl, :psc, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |