IPropagatedSignalServiceGetPropagatedSignalBeforeModel Method |
Gets the signal source which produces the signals received before the given 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 GetPropagatedSignalBeforeModel(
SignalPropagationModel model
)
Function GetPropagatedSignalBeforeModel (
model As SignalPropagationModel
) As ISignalSource
ISignalSource^ GetPropagatedSignalBeforeModel(
SignalPropagationModel^ model
)
abstract GetPropagatedSignalBeforeModel :
model : SignalPropagationModel -> ISignalSource
Parameters
- model
- Type: AGI.Foundation.Communications.SignalPropagationSignalPropagationModel
The model to propagate to.
Return Value
Type:
ISignalSourceThe signal source.
Exceptions See Also