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.

bearing

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

max_time

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

min_time

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

minimize_site_procedure_time_diff

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

object_name

Get or set the object name to link to.

offset_mode

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

range

Get or set the range 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.

valid_object_names

Return the valid object names.

vgt_point

Get or set the reference VGT Point.

waypoint_time

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

Import detail#

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

Property detail#

property SiteSTKObjectWaypoint.bearing: Any#

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

property SiteSTKObjectWaypoint.max_time: Any#

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

property SiteSTKObjectWaypoint.min_time: Any#

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

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.object_name: str#

Get or set the object name to link to.

property SiteSTKObjectWaypoint.offset_mode: STKObjectWaypointOffsetMode#

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

property SiteSTKObjectWaypoint.range: float#

Get or set the range 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.valid_object_names: list#

Return the valid object names.

property SiteSTKObjectWaypoint.vgt_point: str#

Get or set the reference VGT Point.

property SiteSTKObjectWaypoint.waypoint_time: Any#

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

Method detail#

SiteSTKObjectWaypoint.get_as_site(self) ISite#

Get the site interface.

Returns:

ISite