SensorAzElMaskFile#

class ansys.stk.core.stkobjects.SensorAzElMaskFile#

Bases: IAzElMaskData

Class to define a Sensor’s Azimuth-Elevation mask.

Overview#

filename

Path and filename of Az-El mask file (.aem) or body mask file (.bmsk).

boresight_axis

Boresight Axis, calculated using the body-fixed coordinates of the sensor’s parent object.

Import detail#

from ansys.stk.core.stkobjects import SensorAzElMaskFile

Property detail#

property SensorAzElMaskFile.filename: str#

Path and filename of Az-El mask file (.aem) or body mask file (.bmsk).

property SensorAzElMaskFile.boresight_axis: SensorAzElBoresightAxisType#

Boresight Axis, calculated using the body-fixed coordinates of the sensor’s parent object.