CalculationToolParameterSetOrbit#
- class ansys.stk.core.analysis_workbench.CalculationToolParameterSetOrbit#
Bases:
ICalculationToolParameterSet
,IAnalysisWorkbenchComponent
Orbit parameter set contains various trajectory representations of an orbiting point.
Overview#
Get the point for which orbital parameters are computed. |
|
Get the reference system in which orbital parameters are computed. Only used if the option to specify reference system is selected. |
|
Get the gravitational parameter for the mass relative to which orbital parameters are computed. Only used if the option to specify gravitational parameter is selected. |
|
Get the central body relative to which orbital parameters are computed. |
|
Get the option that determines whether to specify the gravitational parameter value or to inherit it from the central body. |
|
Get the option that determines whether to specify the reference coordinate system or to the inherit inertial reference system from the central body. |
Import detail#
from ansys.stk.core.analysis_workbench import CalculationToolParameterSetOrbit
Property detail#
- property CalculationToolParameterSetOrbit.orbiting_point: IVectorGeometryToolPoint#
Get the point for which orbital parameters are computed.
- property CalculationToolParameterSetOrbit.reference_system: IVectorGeometryToolSystem#
Get the reference system in which orbital parameters are computed. Only used if the option to specify reference system is selected.
- property CalculationToolParameterSetOrbit.gravitational_parameter: float#
Get the gravitational parameter for the mass relative to which orbital parameters are computed. Only used if the option to specify gravitational parameter is selected.
- property CalculationToolParameterSetOrbit.central_body: str#
Get the central body relative to which orbital parameters are computed.