Click or drag to resize

ScalarPropagationLoss Constructor (IServiceProvider, SignalPropagationGraph, IntendedSignalStrategy, SignalPropagationModelChain)

Initialize a new instance based on the given parameters.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarPropagationLoss(
	IServiceProvider link,
	SignalPropagationGraph graph,
	IntendedSignalStrategy intendedSignalStrategy,
	SignalPropagationModelChain selectedModels
)

Parameters

link
Type: SystemIServiceProvider
The link which provides the IPropagatedSignalService and ITransmittedSignalService needed to compute this scalar.
graph
Type: AGI.Foundation.CommunicationsSignalPropagationGraph
The graph of the communication links used to propagate signals.
intendedSignalStrategy
Type: AGI.Foundation.Communications.SignalProcessingIntendedSignalStrategy
The strategy used to identify the signal to use when computing the scalar value.
selectedModels
Type: AGI.Foundation.Communications.SignalPropagationSignalPropagationModelChain
The propagation models to use when computing the loss.
See Also