Class: Aws::IoTWireless::Types::TdscdmaNmrObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::TdscdmaNmrObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
TD-SCDMA object for network measurement reports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cell_params ⇒ Integer
Cell parameters for TD-SCDMA network measurement reports object.
-
#path_loss ⇒ Integer
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
-
#rscp ⇒ Integer
Code power of the received signal, measured in decibel-milliwatts (dBm).
-
#uarfcn ⇒ Integer
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.
-
#utran_cid ⇒ Integer
UTRAN (UMTS Terrestrial Radio Access Network) cell global identifier.
Instance Attribute Details
#cell_params ⇒ Integer
Cell parameters for TD-SCDMA network measurement reports object.
6174 6175 6176 6177 6178 6179 6180 6181 6182 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6174 class TdscdmaNmrObj < Struct.new( :uarfcn, :cell_params, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |
#path_loss ⇒ Integer
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
6174 6175 6176 6177 6178 6179 6180 6181 6182 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6174 class TdscdmaNmrObj < Struct.new( :uarfcn, :cell_params, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |
#rscp ⇒ Integer
Code power of the received signal, measured in decibel-milliwatts (dBm).
6174 6175 6176 6177 6178 6179 6180 6181 6182 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6174 class TdscdmaNmrObj < Struct.new( :uarfcn, :cell_params, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |
#uarfcn ⇒ Integer
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.
6174 6175 6176 6177 6178 6179 6180 6181 6182 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6174 class TdscdmaNmrObj < Struct.new( :uarfcn, :cell_params, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |
#utran_cid ⇒ Integer
UTRAN (UMTS Terrestrial Radio Access Network) cell global identifier.
6174 6175 6176 6177 6178 6179 6180 6181 6182 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6174 class TdscdmaNmrObj < Struct.new( :uarfcn, :cell_params, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |