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.2.419.0 (24.2.419.0)
Syntax public AccessSignalModel Model { get; set; }
Public Property Model As AccessSignalModel
Get
Set
public:
property AccessSignalModel Model {
AccessSignalModel get ();
void set (AccessSignalModel value);
}
member Model : AccessSignalModel with get, set
Property Value
Type:
AccessSignalModelRemarks
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