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.
6253 6254 6255 6256 6257 6258 6259 6260 6261 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6253 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.
6253 6254 6255 6256 6257 6258 6259 6260 6261 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6253 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).
6253 6254 6255 6256 6257 6258 6259 6260 6261 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6253 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.
6253 6254 6255 6256 6257 6258 6259 6260 6261 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6253 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.
6253 6254 6255 6256 6257 6258 6259 6260 6261 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6253 class TdscdmaNmrObj < Struct.new( :uarfcn, :cell_params, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |