VehicleWaypointsElement#

class ansys.stk.core.stkobjects.VehicleWaypointsElement#

Class defining a waypoint for a Great Arc vehicle.

Overview#

latitude

Latitude of the waypoint. Uses Angle Dimension.

longitude

Longitude of the waypoint. Uses Angle Dimension.

altitude

Altitude of the waypoint. Changes in altitude take effect linearly between two waypoints. Uses Distance Dimension.

speed

Velocity of the vehicle from the current waypoint to the next. A change in velocity occurs immediately at the waypoint. Uses Rate Dimension.

acceleration

Rate of increase (if positive) or decrease (if negative) in the velocity of the vehicle. Uses Acceleration Dimension.

time

Time at which the vehicle is at the waypoint. Uses DateFormat Dimension.

turn_radius

Curvature of the arc between the current waypoint and the next waypoint. A smaller turn radius produces a sharper curve in the arc. Uses Distance Dimension.

Import detail#

from ansys.stk.core.stkobjects import VehicleWaypointsElement

Property detail#

property VehicleWaypointsElement.latitude: Any#

Latitude of the waypoint. Uses Angle Dimension.

property VehicleWaypointsElement.longitude: Any#

Longitude of the waypoint. Uses Angle Dimension.

property VehicleWaypointsElement.altitude: float#

Altitude of the waypoint. Changes in altitude take effect linearly between two waypoints. Uses Distance Dimension.

property VehicleWaypointsElement.speed: float#

Velocity of the vehicle from the current waypoint to the next. A change in velocity occurs immediately at the waypoint. Uses Rate Dimension.

property VehicleWaypointsElement.acceleration: float#

Rate of increase (if positive) or decrease (if negative) in the velocity of the vehicle. Uses Acceleration Dimension.

property VehicleWaypointsElement.time: Any#

Time at which the vehicle is at the waypoint. Uses DateFormat Dimension.

property VehicleWaypointsElement.turn_radius: float#

Curvature of the arc between the current waypoint and the next waypoint. A smaller turn radius produces a sharper curve in the arc. Uses Distance Dimension.