VehicleImpactLocationLaunchAzEl#

class ansys.stk.core.stkobjects.VehicleImpactLocationLaunchAzEl#

Bases: IVehicleImpactLocation

Class defining the option to use azimuth and elevation to specify the Missile’s impact location.

Overview#

azimuth

Launch azimuth. Uses Angle Dimension. If this property is set, please set the other properties of this interface explicitly.

delta_v

Fixed Delta V. Uses Rate Dimension. If this property is set, please set the other properties of this interface explicitly.

elevation

Launch elevation. Uses Angle Dimension. If this property is set, please set the other properties of this interface explicitly.

Import detail#

from ansys.stk.core.stkobjects import VehicleImpactLocationLaunchAzEl

Property detail#

property VehicleImpactLocationLaunchAzEl.azimuth: float#

Launch azimuth. Uses Angle Dimension. If this property is set, please set the other properties of this interface explicitly.

property VehicleImpactLocationLaunchAzEl.delta_v: float#

Fixed Delta V. Uses Rate Dimension. If this property is set, please set the other properties of this interface explicitly.

property VehicleImpactLocationLaunchAzEl.elevation: float#

Launch elevation. Uses Angle Dimension. If this property is set, please set the other properties of this interface explicitly.