| Package | Description | 
|---|---|
| agi.foundation.geometry | 
 Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames; 
 the manner in which they are related; and transformations between representations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SignalPropagationModelChain | 
ScalarPropagationLoss.getSelectedModels()
Gets the propagation models to use when computing the loss. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScalarPropagationLoss.setSelectedModels(SignalPropagationModelChain value)
Sets the propagation models to use when computing the loss. 
 | 
| Constructor and Description | 
|---|
ScalarPropagationLoss(IServiceProvider link,
                     SignalPropagationGraph graph,
                     IntendedSignalStrategy intendedSignalStrategy,
                     SignalPropagationModelChain selectedModels)
Initialize a new instance based on the given parameters. 
 |