Click or drag to resize

AccessComputationModel Property

Gets or sets which effects are to be consider in modeling the signal path and observation.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessSignalModel Model { get; set; }

Property Value

Type: AccessSignalModel
Remarks
When using a signal model which accounts for light travel time, the transmitter and receiver must have availability which exceeds the interval over which access is computed. When reporting receiver event times, the requirement arises from the need to know the relative position of the transmitter when the signal is emitted such that it arrives at the receiver at the beginning of the interval over which access is to be determined. Similarly, when reporting transmitter event times, the requirement arises from the need to know the relative position of the receiver when the signal is detected such that it leaves the transmitter at the ending of the interval over which access is to be determined.
See Also