View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalInstallationParams (google_api_sas_portal v0.17.0)

Information about the device installation parameters.

Attributes

  • antennaAzimuth (type: integer(), default: nil) - Boresight direction of the horizontal plane of the antenna in degrees with respect to true north. The value of this parameter is an integer with a value between 0 and 359 inclusive. A value of 0 degrees means true north; a value of 90 degrees means east. This parameter is optional for Category A devices and conditional for Category B devices.
  • antennaBeamwidth (type: integer(), default: nil) - 3-dB antenna beamwidth of the antenna in the horizontal-plane in degrees. This parameter is an unsigned integer having a value between 0 and 360 (degrees) inclusive; it is optional for Category A devices and conditional for Category B devices.
  • antennaDowntilt (type: integer(), default: nil) - Antenna downtilt in degrees and is an integer with a value between -90 and +90 inclusive; a negative value means the antenna is tilted up (above horizontal). This parameter is optional for Category A devices and conditional for Category B devices.
  • antennaGain (type: integer(), default: nil) - Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
  • antennaModel (type: String.t, default: nil) - If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
  • cpeCbsdIndication (type: boolean(), default: nil) - If present, this parameter specifies whether the CBSD is a CPE-CBSD or not.
  • eirpCapability (type: integer(), default: nil) - This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
  • height (type: float(), default: nil) - Device antenna height in meters. When the heightType parameter value is "AGL", the antenna height should be given relative to ground level. When the heightType parameter value is "AMSL", it is given with respect to WGS84 datum.
  • heightType (type: String.t, default: nil) - Specifies how the height is measured.
  • horizontalAccuracy (type: float(), default: nil) - A positive number in meters to indicate accuracy of the device antenna horizontal location. This optional parameter should only be present if its value is less than the FCC requirement of 50 meters.
  • indoorDeployment (type: boolean(), default: nil) - Whether the device antenna is indoor or not. true: indoor. false: outdoor.
  • latitude (type: float(), default: nil) - Latitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -90.000000 to +90.000000. Positive values represent latitudes north of the equator; negative values south of the equator.
  • longitude (type: float(), default: nil) - Longitude of the device antenna location in degrees relative to the WGS 84 datum. The allowed range is from -180.000000 to +180.000000. Positive values represent longitudes east of the prime meridian; negative values west of the prime meridian.
  • verticalAccuracy (type: float(), default: nil) - A positive number in meters to indicate accuracy of the device antenna vertical location. This optional parameter should only be present if its value is less than the FCC requirement of 3 meters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalInstallationParams{
  antennaAzimuth: integer() | nil,
  antennaBeamwidth: integer() | nil,
  antennaDowntilt: integer() | nil,
  antennaGain: integer() | nil,
  antennaModel: String.t() | nil,
  cpeCbsdIndication: boolean() | nil,
  eirpCapability: integer() | nil,
  height: float() | nil,
  heightType: String.t() | nil,
  horizontalAccuracy: float() | nil,
  indoorDeployment: boolean() | nil,
  latitude: float() | nil,
  longitude: float() | nil,
  verticalAccuracy: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.