SiteSTKObjectWaypoint#
- class ansys.stk.core.stkobjects.aviator.SiteSTKObjectWaypoint#
Bases:
ISite
Class defining a STK Object Waypoint site.
Overview#
Get the site interface. |
Get or set the object name to link to. |
|
Return the valid object names. |
|
Get the earliest time that the object is available as a site. |
|
Get or set the time at which the object’s position will be used as a waypoint. |
|
Get or set the mode to minimize the time difference between the procedure and site times. |
|
Get the latest time that the object is available as a site. |
|
Get or set the mode to offset the site location relative from the STK Object. |
|
Get or set the bearing offset of the site location relative to the object’s position. |
|
Get or set the option to use a magnetic heading for the bearing. |
|
Get or set the range offset of the site location relative to the object’s position. |
|
Get or set the reference VGT Point. |
Import detail#
from ansys.stk.core.stkobjects.aviator import SiteSTKObjectWaypoint
Property detail#
- 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.