SiteRelativeToSTKObject#

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

Bases: ISite

Class defining a Relative to Stationary STK Object 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.

bearing

Get or set the bearing from the STK object.

use_magnetic_bearing

Get or set the option to use a magnetic bearing.

range

Get or set the range from the STK object.

Import detail#

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

Property detail#

property SiteRelativeToSTKObject.object_name: str#

Get or set the object name to link to.

property SiteRelativeToSTKObject.valid_object_names: list#

Return the valid object names.

property SiteRelativeToSTKObject.bearing: Any#

Get or set the bearing from the STK object.

property SiteRelativeToSTKObject.use_magnetic_bearing: bool#

Get or set the option to use a magnetic bearing.

property SiteRelativeToSTKObject.range: float#

Get or set the range from the STK object.

Method detail#

SiteRelativeToSTKObject.get_as_site(self) ISite#

Get the site interface.

Returns:

ISite