MissilePropulsion#
- class ansys.stk.core.stkobjects.aviator.MissilePropulsion#
Class defining the propulsion options for a missile.
Overview#
Get or set the propulsion strategy type. |
|
Get the interface for a simple propulsion strategy. |
|
Get the interface for an external file propulsion strategy. |
|
Get the interface for an Ramjet propulsion strategy. |
|
Get the interface for an Turbojet propulsion strategy. |
|
Get the interface for an Rocket propulsion strategy. |
Import detail#
from ansys.stk.core.stkobjects.aviator import MissilePropulsion
Property detail#
- property MissilePropulsion.propulsion_strategy: MissilePropulsionStrategy#
Get or set the propulsion strategy type.
- property MissilePropulsion.mode_as_simple: MissileSimplePropulsion#
Get the interface for a simple propulsion strategy.
- property MissilePropulsion.mode_as_external: MissileExternalPropulsion#
Get the interface for an external file propulsion strategy.
- property MissilePropulsion.mode_as_ramjet: MissileRamjetPropulsion#
Get the interface for an Ramjet propulsion strategy.
- property MissilePropulsion.mode_as_turbojet: MissileTurbojetPropulsion#
Get the interface for an Turbojet propulsion strategy.
- property MissilePropulsion.mode_as_rocket: MissileRocketPropulsion#
Get the interface for an Rocket propulsion strategy.