SiteVTOLPoint#

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

Bases: ISite

Class defining a VTOL Point site.

Overview#

get_as_site

Get the site interface.

altitude

Get or set the altitude for the site.

altitude_reference

Get or set the altitude reference.

latitude

Get or set the VTOL Point latitude.

longitude

Get or set the VTOL Point longitude.

Import detail#

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

Property detail#

property SiteVTOLPoint.altitude: float#

Get or set the altitude for the site.

property SiteVTOLPoint.altitude_reference: AGLMSL#

Get or set the altitude reference.

property SiteVTOLPoint.latitude: Any#

Get or set the VTOL Point latitude.

property SiteVTOLPoint.longitude: Any#

Get or set the VTOL Point longitude.

Method detail#

SiteVTOLPoint.get_as_site(self) ISite#

Get the site interface.

Returns:

ISite