Click or drag to resize

SignalPropagatorPropagate Method

Given a set of signals at the given date, apply a SignalPropagationModel and return the propagated signals.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract SignalCollection Propagate(
	JulianDate date,
	SignalCollection signalsToPropagate
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The date at which to propagate, which should be relative to the receiver.
signalsToPropagate
Type: AGI.Foundation.CommunicationsSignalCollection
The set of signals to propagate.

Return Value

Type: SignalCollection
The propagated signals.
See Also