Class: Aws::IoTWireless::Types::CdmaNmrObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CdmaNmrObj
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
CDMA object for network measurement reports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_station_id ⇒ Integer
CDMA base station ID (BSID).
-
#cdma_channel ⇒ Integer
CDMA channel information.
-
#pilot_power ⇒ Integer
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
-
#pn_offset ⇒ Integer
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
Instance Attribute Details
#base_station_id ⇒ Integer
CDMA base station ID (BSID).
348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 348 class CdmaNmrObj < Struct.new( :pn_offset, :cdma_channel, :pilot_power, :base_station_id) SENSITIVE = [] include Aws::Structure end |
#cdma_channel ⇒ Integer
CDMA channel information.
348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 348 class CdmaNmrObj < Struct.new( :pn_offset, :cdma_channel, :pilot_power, :base_station_id) SENSITIVE = [] include Aws::Structure end |
#pilot_power ⇒ Integer
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 348 class CdmaNmrObj < Struct.new( :pn_offset, :cdma_channel, :pilot_power, :base_station_id) SENSITIVE = [] include Aws::Structure end |
#pn_offset ⇒ Integer
Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.
348 349 350 351 352 353 354 355 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 348 class CdmaNmrObj < Struct.new( :pn_offset, :cdma_channel, :pilot_power, :base_station_id) SENSITIVE = [] include Aws::Structure end |