Class: Aws::IoTWireless::Types::TdscdmaNmrObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::TdscdmaNmrObj
- Defined in:
- gems/aws-sdk-iotwireless/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.
6067 6068 6069 6070 6071 6072 6073 6074 6075 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6067 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.
6067 6068 6069 6070 6071 6072 6073 6074 6075 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6067 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).
6067 6068 6069 6070 6071 6072 6073 6074 6075 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6067 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.
6067 6068 6069 6070 6071 6072 6073 6074 6075 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6067 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.
6067 6068 6069 6070 6071 6072 6073 6074 6075 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6067 class TdscdmaNmrObj < Struct.new( :uarfcn, :cell_params, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |