Class: Aws::IoTWireless::Types::WcdmaNmrObj

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

Network Measurement Reports.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#path_lossInteger

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

Returns:

  • (Integer)


6845
6846
6847
6848
6849
6850
6851
6852
6853
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6845

class WcdmaNmrObj < Struct.new(
  :uarfcndl,
  :psc,
  :utran_cid,
  :rscp,
  :path_loss)
  SENSITIVE = []
  include Aws::Structure
end

#pscInteger

Primary Scrambling Code.

Returns:

  • (Integer)


6845
6846
6847
6848
6849
6850
6851
6852
6853
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6845

class WcdmaNmrObj < Struct.new(
  :uarfcndl,
  :psc,
  :utran_cid,
  :rscp,
  :path_loss)
  SENSITIVE = []
  include Aws::Structure
end

#rscpInteger

Received Signal Code Power (signal power) (dBm)

Returns:

  • (Integer)


6845
6846
6847
6848
6849
6850
6851
6852
6853
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6845

class WcdmaNmrObj < Struct.new(
  :uarfcndl,
  :psc,
  :utran_cid,
  :rscp,
  :path_loss)
  SENSITIVE = []
  include Aws::Structure
end

#uarfcndlInteger

WCDMA UTRA Absolute RF Channel Number downlink.

Returns:

  • (Integer)


6845
6846
6847
6848
6849
6850
6851
6852
6853
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6845

class WcdmaNmrObj < Struct.new(
  :uarfcndl,
  :psc,
  :utran_cid,
  :rscp,
  :path_loss)
  SENSITIVE = []
  include Aws::Structure
end

#utran_cidInteger

UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.

Returns:

  • (Integer)


6845
6846
6847
6848
6849
6850
6851
6852
6853
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6845

class WcdmaNmrObj < Struct.new(
  :uarfcndl,
  :psc,
  :utran_cid,
  :rscp,
  :path_loss)
  SENSITIVE = []
  include Aws::Structure
end