google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.FrequencyRange View Source

A specific range of frequencies together with the associated maximum power level and channel identifier.

Attributes

  • channelId (String.t): The database may include a channel identifier, when applicable. When it is included, the device should treat it as informative. The length of the identifier should not exceed 16 characters. Defaults to: null.
  • maxPowerDBm (float()): The maximum total power level (EIRP)—computed over the corresponding operating bandwidth—that is permitted within the frequency range. Depending on the context in which the frequency-range element appears, this value may be required. For example, it is required in the available-spectrum response, available-spectrum-batch response, and spectrum-use notification message, but it should not be present (it is not applicable) when the frequency range appears inside a device-capabilities message. Defaults to: null.
  • startHz (float()): The required inclusive start of the frequency range (in Hertz). Defaults to: null.
  • stopHz (float()): The required exclusive end of the frequency range (in Hertz). Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Spectrum.V1explorer.Model.FrequencyRange{
  channelId: any(),
  maxPowerDBm: any(),
  startHz: any(),
  stopHz: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.