Click or drag to resize

ScalarPropagationLoss.SelectedModels Property

Gets or sets the propagation models to use when computing the loss. By default this is null, 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: 25.1.421.0 (25.1.421.0)
Syntax
public SignalPropagationModelChain SelectedModels { get; set; }

Property Value

Type: SignalPropagationModelChain
See Also