SensorPointingGrazingAltitude#

class ansys.stk.core.stkobjects.SensorPointingGrazingAltitude#

Bases: ISensorPointing

Class defining Grazing Altitude pointing type for a Sensor.

Overview#

azimuth_offset

The azimuth offset, defining the plane in the parent object’s body-fixed frame in which the sensor boresight lies. It is the angle between the X axis and the azimuth vector in the XY plane. Uses Angle Dimension.

grazing_altitude

The altitude at which the boresight vector grazes the central body. Uses Distance Dimension.

Import detail#

from ansys.stk.core.stkobjects import SensorPointingGrazingAltitude

Property detail#

property SensorPointingGrazingAltitude.azimuth_offset: Any#

The azimuth offset, defining the plane in the parent object’s body-fixed frame in which the sensor boresight lies. It is the angle between the X axis and the azimuth vector in the XY plane. Uses Angle Dimension.

property SensorPointingGrazingAltitude.grazing_altitude: float#

The altitude at which the boresight vector grazes the central body. Uses Distance Dimension.