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)
Syntaxpublic SignalPropagationModelChain SelectedModels { get; set; }
Public Property SelectedModels As SignalPropagationModelChain
Get
Set
public:
property SignalPropagationModelChain^ SelectedModels {
SignalPropagationModelChain^ get ();
void set (SignalPropagationModelChain^ value);
}
member SelectedModels : SignalPropagationModelChain with get, set
Property Value
Type:
SignalPropagationModelChain
See Also