PropagatorBallistic#
- class ansys.stk.core.stkobjects.PropagatorBallistic#
Bases:
IPropagator
Class defining the ballistic propagator for a Missile.
Overview#
Propagates the missileβs path using the specified time interval. |
|
Set flight parameters type. |
|
Get a value indicating whether the specified type can be used. |
|
Set the impact location type. |
|
Get a value indicating whether the specified type can be used. |
Step size. Uses Time Dimension. |
|
Get flight parameters type. |
|
Return an array of valid choices. |
|
Get launch parameters. |
|
Get impact location type. |
|
Return an array of valid choices. |
|
Get the impact location. |
|
Get the propagatorβs ephemeris interval. |
Import detail#
from ansys.stk.core.stkobjects import PropagatorBallistic
Property detail#
- property PropagatorBallistic.launch_type: VehicleLaunch#
Get flight parameters type.
- property PropagatorBallistic.launch: IVehicleLaunch#
Get launch parameters.
- property PropagatorBallistic.impact_location_type: VehicleImpactLocation#
Get impact location type.
- property PropagatorBallistic.impact_location_supported_types: list#
Return an array of valid choices.
- property PropagatorBallistic.impact_location: IVehicleImpactLocation#
Get the impact location.
- property PropagatorBallistic.ephemeris_interval: ITimeToolTimeIntervalSmartInterval#
Get the propagatorβs ephemeris interval.
Method detail#
- PropagatorBallistic.propagate(self) None #
Propagates the missileβs path using the specified time interval.
- Returns:
- PropagatorBallistic.set_launch_type(self, launch: VehicleLaunch) None #
Set flight parameters type.
- Parameters:
launch :
VehicleLaunch
- Returns:
- PropagatorBallistic.is_launch_type_supported(self, launch: VehicleLaunch) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
launch :
VehicleLaunch
- Returns:
- PropagatorBallistic.set_impact_location_type(self, impact_location: VehicleImpactLocation) None #
Set the impact location type.
- Parameters:
impact_location :
VehicleImpactLocation
- Returns:
- PropagatorBallistic.is_impact_location_type_supported(self, impact_location: VehicleImpactLocation) bool #
Get a value indicating whether the specified type can be used.
- Parameters:
impact_location :
VehicleImpactLocation
- Returns: