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.
5055 5056 5057 5058 5059 5060 5061 5062 5063 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5055 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.
5055 5056 5057 5058 5059 5060 5061 5062 5063 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5055 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).
5055 5056 5057 5058 5059 5060 5061 5062 5063 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5055 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.
5055 5056 5057 5058 5059 5060 5061 5062 5063 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5055 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.
5055 5056 5057 5058 5059 5060 5061 5062 5063 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5055 class TdscdmaNmrObj < Struct.new( :uarfcn, :cell_params, :utran_cid, :rscp, :path_loss) SENSITIVE = [] include Aws::Structure end |