Class: Aws::IoTWireless::Types::TdscdmaNmrObj

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

Instance Attribute Details

#cell_paramsInteger

Cell parameters for TD-SCDMA network measurement reports object.

Returns:

  • (Integer)


5915
5916
5917
5918
5919
5920
5921
5922
5923
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5915

class TdscdmaNmrObj < Struct.new(
  :uarfcn,
  :cell_params,
  :utran_cid,
  :rscp,
  :path_loss)
  SENSITIVE = []
  include Aws::Structure
end

#path_lossInteger

Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.

Returns:

  • (Integer)


5915
5916
5917
5918
5919
5920
5921
5922
5923
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5915

class TdscdmaNmrObj < Struct.new(
  :uarfcn,
  :cell_params,
  :utran_cid,
  :rscp,
  :path_loss)
  SENSITIVE = []
  include Aws::Structure
end

#rscpInteger

Code power of the received signal, measured in decibel-milliwatts (dBm).

Returns:

  • (Integer)


5915
5916
5917
5918
5919
5920
5921
5922
5923
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5915

class TdscdmaNmrObj < Struct.new(
  :uarfcn,
  :cell_params,
  :utran_cid,
  :rscp,
  :path_loss)
  SENSITIVE = []
  include Aws::Structure
end

#uarfcnInteger

TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.

Returns:

  • (Integer)


5915
5916
5917
5918
5919
5920
5921
5922
5923
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5915

class TdscdmaNmrObj < Struct.new(
  :uarfcn,
  :cell_params,
  :utran_cid,
  :rscp,
  :path_loss)
  SENSITIVE = []
  include Aws::Structure
end

#utran_cidInteger

UTRAN (UMTS Terrestrial Radio Access Network) cell global identifier.

Returns:

  • (Integer)


5915
5916
5917
5918
5919
5920
5921
5922
5923
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5915

class TdscdmaNmrObj < Struct.new(
  :uarfcn,
  :cell_params,
  :utran_cid,
  :rscp,
  :path_loss)
  SENSITIVE = []
  include Aws::Structure
end