Class: Aws::IoTWireless::Types::CdmaNmrObj

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#base_station_idInteger

CDMA base station ID (BSID).

Returns:

  • (Integer)


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_channelInteger

CDMA channel information.

Returns:

  • (Integer)


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_powerInteger

Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).

Returns:

  • (Integer)


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_offsetInteger

Pseudo-noise offset, which is a characteristic of the signal from a cell on a radio tower.

Returns:

  • (Integer)


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