CommSystemAccessOptions#

class ansys.stk.core.stkobjects.CommSystemAccessOptions#

Class defining a CommSystem access options.

Overview#

enable_light_time_delay

Specify whether to take light time delay into account in the computation.

time_light_delay_convergence

Get or set the tolerance used when iterating to determine the light time delay. Uses Time Dimension.

aberration_type

Get or set the model of aberration to be used in access computations.

event_detection_type

Get or set the event detection type.

event_detection

Get the event detection algorithm.

sampling_method_type

Get or set the sampling method type.

sampling_method

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.