IPropagatedSignalServiceGetPropagatedSignalAfterModel Method |
Gets the signal source which produces the signals received after the selected propagation model.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax ISignalSource GetPropagatedSignalAfterModel(
SignalPropagationModel model
)
Function GetPropagatedSignalAfterModel (
model As SignalPropagationModel
) As ISignalSource
ISignalSource^ GetPropagatedSignalAfterModel(
SignalPropagationModel^ model
)
abstract GetPropagatedSignalAfterModel :
model : SignalPropagationModel -> ISignalSource
Parameters
- model
- Type: AGI.Foundation.Communications.SignalPropagationSignalPropagationModel
The model over which to propagate.
Return Value
Type:
ISignalSourceThe signal source.
Exceptions See Also