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.2.419.0 (24.2.419.0)
Syntax public 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:
SignalPropagationModelChainSee Also