google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.SpectrumMessage View Source
Available spectrum can be logically characterized by a list of frequency ranges and permissible power levels for each range.
Attributes
- bandwidth (float()): The bandwidth (in Hertz) for which permissible power levels are specified. For example, FCC regulation would require only one spectrum specification at 6MHz bandwidth, but Ofcom regulation would require two specifications, at 0.1MHz and 8MHz. This parameter may be empty if there is no available spectrum. It will be present otherwise. Defaults to:
null
. - frequencyRanges ([FrequencyRange]): The list of frequency ranges and permissible power levels. The list may be empty if there is no available spectrum, otherwise it will be present. 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.SpectrumMessage{ bandwidth: any(), frequencyRanges: [GoogleApi.Spectrum.V1explorer.Model.FrequencyRange.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.