StateCalcOnePointAccess#

class ansys.stk.core.stkobjects.astrogator.StateCalcOnePointAccess#

Bases: IComponentInfo, ICloneable

Access Calc objects.

Overview#

set_base_selection

Set the base selection.

aberration_type

Get or set the type of aberration to use, if light time delay is applied.

base_selection_type

Get the base selection type.

base_selection

Get the base selection object.

clock_host

Get or set the object whose location is associated with time.

signal_sense

Sense of the signal at the base object.

target_object

Get the target object.

time_delay_convergence_tolerance

Get or set the time delay convergence tolerance, if light time delay is applied. Uses Time Dimension.

use_light_time_delay

Tue if light time delay is applied.

Import detail#

from ansys.stk.core.stkobjects.astrogator import StateCalcOnePointAccess

Property detail#

property StateCalcOnePointAccess.aberration_type: AberrationType#

Get or set the type of aberration to use, if light time delay is applied.

property StateCalcOnePointAccess.base_selection_type: BaseSelection#

Get the base selection type.

property StateCalcOnePointAccess.base_selection: ILinkToObject#

Get the base selection object.

property StateCalcOnePointAccess.clock_host: IvClockHost#

Get or set the object whose location is associated with time.

property StateCalcOnePointAccess.signal_sense: IvTimeSense#

Sense of the signal at the base object.

property StateCalcOnePointAccess.target_object: ILinkToObject#

Get the target object.

property StateCalcOnePointAccess.time_delay_convergence_tolerance: float#

Get or set the time delay convergence tolerance, if light time delay is applied. Uses Time Dimension.

property StateCalcOnePointAccess.use_light_time_delay: bool#

Tue if light time delay is applied.

Method detail#

StateCalcOnePointAccess.set_base_selection(self, selection: BaseSelection) None#

Set the base selection.

Parameters:

selection : BaseSelection

Returns:

None