Click or drag to resize

ScalarPropagationLossSelectedModels Property

Gets or sets the propagation models to use when computing the loss. By default this is , which indicates that all propagation models will be used. The StartModel is the first model to consider in the chain, and the StopModel is the last model to consider in the chain. To select a single model, set both the start and stop models to the same model.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SignalPropagationModelChain SelectedModels { get; set; }

Property Value

Type: SignalPropagationModelChain
See Also