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