TimeToolSignalDelayBasic#

class ansys.stk.core.analysis_workbench.TimeToolSignalDelayBasic#

Bases: IAnalysisWorkbenchSignalDelay, IAnalysisWorkbenchComponent

Signal delay definition determines how long it takes for a signal to propagate from one location to another.

Overview#

signal_path_reference_system

Get the type of signal path reference system which can be set to use STK Access default (see STK Help for further details), Solar system barycenter inertial reference, central body inertial reference or custom reference system…

reference_system

Get the custom reference system which is used as a reference for signal path if the signal path reference option is set to Custom.

speed_option

Get the speed option which determines whether to use the speed of light or a custom speed value.

transfer_speed

Get the signal propagation speed value which is used if the speed option is set to Custom.

time_delay_convergence

Get the time delay convergence which determines the accuracy of computed propagation time between the two locations.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolSignalDelayBasic

Property detail#

property TimeToolSignalDelayBasic.signal_path_reference_system: SignalPathReferenceSystem#

Get the type of signal path reference system which can be set to use STK Access default (see STK Help for further details), Solar system barycenter inertial reference, central body inertial reference or custom reference system…

property TimeToolSignalDelayBasic.reference_system: IVectorGeometryToolSystem#

Get the custom reference system which is used as a reference for signal path if the signal path reference option is set to Custom.

property TimeToolSignalDelayBasic.speed_option: SpeedType#

Get the speed option which determines whether to use the speed of light or a custom speed value.

property TimeToolSignalDelayBasic.transfer_speed: float#

Get the signal propagation speed value which is used if the speed option is set to Custom.

property TimeToolSignalDelayBasic.time_delay_convergence: float#

Get the time delay convergence which determines the accuracy of computed propagation time between the two locations.