SiteSTKObjectWaypoint#

class ansys.stk.core.stkobjects.aviator.SiteSTKObjectWaypoint#

Bases: ISite

Class defining a STK Object Waypoint site.

Overview#

get_as_site

Get the site interface.

object_name

Get or set the object name to link to.

valid_object_names

Return the valid object names.

min_time

Get the earliest time that the object is available as a site.

waypoint_time

Get or set the time at which the object’s position will be used as a waypoint.

minimize_site_procedure_time_diff

Get or set the mode to minimize the time difference between the procedure and site times.

max_time

Get the latest time that the object is available as a site.

offset_mode

Get or set the mode to offset the site location relative from the STK Object.

bearing

Get or set the bearing offset of the site location relative to the object’s position.

use_magnetic_bearing

Get or set the option to use a magnetic heading for the bearing.

range

Get or set the range offset of the site location relative to the object’s position.

vgt_point

Get or set the reference VGT Point.

Import detail#

from ansys.stk.core.stkobjects.aviator import SiteSTKObjectWaypoint

Property detail#

property SiteSTKObjectWaypoint.object_name: str#

Get or set the object name to link to.

property SiteSTKObjectWaypoint.valid_object_names: list#

Return the valid object names.

property SiteSTKObjectWaypoint.min_time: Any#

Get the earliest time that the object is available as a site.

property SiteSTKObjectWaypoint.waypoint_time: Any#

Get or set the time at which the object’s position will be used as a waypoint.

property SiteSTKObjectWaypoint.minimize_site_procedure_time_diff: MinimizeSiteProcedureTimeDiff#

Get or set the mode to minimize the time difference between the procedure and site times.

property SiteSTKObjectWaypoint.max_time: Any#

Get the latest time that the object is available as a site.

property SiteSTKObjectWaypoint.offset_mode: STKObjectWaypointOffsetMode#

Get or set the mode to offset the site location relative from the STK Object.

property SiteSTKObjectWaypoint.bearing: Any#

Get or set the bearing offset of the site location relative to the object’s position.

property SiteSTKObjectWaypoint.use_magnetic_bearing: bool#

Get or set the option to use a magnetic heading for the bearing.

property SiteSTKObjectWaypoint.range: float#

Get or set the range offset of the site location relative to the object’s position.

property SiteSTKObjectWaypoint.vgt_point: str#

Get or set the reference VGT Point.

Method detail#

SiteSTKObjectWaypoint.get_as_site(self) ISite#

Get the site interface.

Returns:

ISite