LinkBudgetScalarsPropagationLossPerModel Property  | 
 
            Gets the amount of propagation loss per propagation model, if available.
            
 
    Namespace: 
   AGI.Foundation.Communications
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic List<ScalarPropagationLoss> PropagationLossPerModel { get; }Public ReadOnly Property PropagationLossPerModel As List(Of ScalarPropagationLoss)
	Get
public:
property List<ScalarPropagationLoss^>^ PropagationLossPerModel {
	List<ScalarPropagationLoss^>^ get ();
}member PropagationLossPerModel : List<ScalarPropagationLoss> with get
Property Value
Type: 
ListScalarPropagationLoss
See Also