AccessComputation Properties |
The AccessComputation type exposes the following members.
Name | Description | |
---|---|---|
CalculateCompleteIntervalsPerConstraint |
Gets or sets a value indicating whether satisfaction intervals are computed for each
constraint in the Access computation. If this value is set to true,
ConstraintResults will contain an entry for each
constraint, and SatisfactionIntervals will
be filled with the intervals over which the constraint was satisfied. If this value
is set to false, ConstraintResults will be null.
The value of this property will not affect OverallSatisfactionIntervals.
Generally, setting this property to false will result in much better performance.
| |
DebuggingLogger |
Gets or sets a logger to which debugging information will be written.
| |
EventTimes |
Gets or sets the manner in which event times are to be reported.
| |
InertialFrameForLightTravel |
Gets or sets the inertial reference frame in which light travel is modeled.
| |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
LightTravelTimeConvergenceTolerance |
Gets or sets the convergence tolerance used in determining the light travel time.
| |
Model |
Gets or sets which effects are to be consider in modeling the signal path and observation.
| |
OverrideConstraintSampling |
Gets or sets a value indicating whether the sampling parameters specified by Sampling should be
applied to all constraints, overriding the sampling parameters specified by the constraints themselves. By
default, this value is .
| |
Receiver |
Gets or sets the IServiceProvider for the object that is receiving the signal for
purposes of the Access computation.
| |
ReceiverConstraints |
Gets a list of constraints that are applied to the Receiver.
| |
ReceiverVelocityVectorForAberration |
Gets or sets the velocity vector used in modeling the affect of aberration on the observed signal
at the location of the receiver.
| |
Sampling |
Gets an instance describing how all constraints are to be sampled as part of this AccessComputation
if OverrideConstraintSampling is . If OverrideConstraintSampling
is , this property is ignored.
| |
Transmitter |
Gets or sets the IServiceProvider for the object that is transmitting the signal for
purposes of the Access computation.
| |
TransmitterConstraints |
Gets a list of constraints that are applied to the Transmitter.
| |
TransmitterVelocityVectorForAberration |
Gets or sets the velocity vector used in modeling the affect of aberration on the observed signal
at the location of the transmitter.
|