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#

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.

azimuth

Launch azimuth. 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.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.

property VehicleImpactLocationLaunchAzEl.azimuth: float#

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