StateCalcOnePointAccess#
- class ansys.stk.core.stkobjects.astrogator.StateCalcOnePointAccess#
Bases:
IComponentInfo
,ICloneable
Access Calc objects.
Overview#
Set the base selection. |
Get or set the type of aberration to use, if light time delay is applied. |
|
Get the base selection type. |
|
Get the base selection object. |
|
Get or set the object whose location is associated with time. |
|
Sense of the signal at the base object. |
|
Get the target object. |
|
Get or set the time delay convergence tolerance, if light time delay is applied. Uses Time Dimension. |
|
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.
Method detail#
- StateCalcOnePointAccess.set_base_selection(self, selection: BaseSelection) None #
Set the base selection.
- Parameters:
selection :
BaseSelection
- Returns: