IOrientationAzEl#

class ansys.stk.core.stkutil.IOrientationAzEl#

Bases: IOrientation

Interface for AzEl orientation method.

Overview#

azimuth

Measured in the XY plane of the parent reference frame about its Z axis in the right-handed sense for both vehicle-based sensors and facility-based sensors. Uses Angle Dimension.

elevation

Defined as the angle between the XY plane of the parent reference frame and the sensor or antenna boresight measured toward the positive Z axis. Uses Angle Dimension.

about_boresight

Determine orientation of the X and Y axes with respect to the parent’s reference frame.

Import detail#

from ansys.stk.core.stkutil import IOrientationAzEl

Property detail#

property IOrientationAzEl.azimuth: Any#

Measured in the XY plane of the parent reference frame about its Z axis in the right-handed sense for both vehicle-based sensors and facility-based sensors. Uses Angle Dimension.

property IOrientationAzEl.elevation: Any#

Defined as the angle between the XY plane of the parent reference frame and the sensor or antenna boresight measured toward the positive Z axis. Uses Angle Dimension.

property IOrientationAzEl.about_boresight: AzElAboutBoresight#

Determine orientation of the X and Y axes with respect to the parent’s reference frame.