Package | Description |
---|---|
agi.foundation.communications.signalpropagation |
Contains types for propagating electromagnetic signals along communication links.
|
Modifier and Type | Method and Description |
---|---|
ItuRP676AtmosphericModel |
AtmosphericAttenuationModelItuRP676Version9.getCustomAtmosphericModel()
Gets a custom atmospheric model to use when computing attenuation.
|
ItuRP676AtmosphericModel |
AtmosphericAttenuationModelItuRP676Version10.getCustomAtmosphericModel()
Gets a custom atmospheric model to use when computing attenuation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
ItuRP676AtmosphericModel.checkForSameDefinition(ItuRP676AtmosphericModel other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
void |
AtmosphericAttenuationModelItuRP676Version9.setCustomAtmosphericModel(ItuRP676AtmosphericModel value)
Sets a custom atmospheric model to use when computing attenuation.
|
void |
AtmosphericAttenuationModelItuRP676Version10.setCustomAtmosphericModel(ItuRP676AtmosphericModel value)
Sets a custom atmospheric model to use when computing attenuation.
|
Constructor and Description |
---|
ItuRP676AtmosphericModel(ItuRP676AtmosphericModel existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|