CommSystemAccessOptions#
- class ansys.stk.core.stkobjects.CommSystemAccessOptions#
Class defining a CommSystem access options.
Overview#
Specify whether to take light time delay into account in the computation. |
|
Get or set the tolerance used when iterating to determine the light time delay. Uses Time Dimension. |
|
Get or set the model of aberration to be used in access computations. |
|
Get or set the event detection type. |
|
Get the event detection algorithm. |
|
Get or set the sampling method type. |
|
Get the sampling method. |
Import detail#
from ansys.stk.core.stkobjects import CommSystemAccessOptions
Property detail#
- property CommSystemAccessOptions.enable_light_time_delay: bool#
Specify whether to take light time delay into account in the computation.
- property CommSystemAccessOptions.time_light_delay_convergence: float#
Get or set the tolerance used when iterating to determine the light time delay. Uses Time Dimension.
- property CommSystemAccessOptions.aberration_type: AberrationType#
Get or set the model of aberration to be used in access computations.
- property CommSystemAccessOptions.event_detection_type: CommSystemAccessEventDetectionType#
Get or set the event detection type.
- property CommSystemAccessOptions.event_detection: ICommSystemAccessEventDetection#
Get the event detection algorithm.
- property CommSystemAccessOptions.sampling_method_type: CommSystemAccessSamplingMethodType#
Get or set the sampling method type.
- property CommSystemAccessOptions.sampling_method: ICommSystemAccessSamplingMethod#
Get the sampling method.