SensorPointingTargetedBoresightTrack#

class ansys.stk.core.stkobjects.SensorPointingTargetedBoresightTrack#

Bases: ISensorPointingTargetedBoresight

Class defining a targeted sensor with tracking boresight.

Overview#

about_boresight

The orientation of the antenna’s X and Y axes with respect to the parent’s reference frame. (The Z axis always coincides with its boresight direction and is unambiguously defined by the azimuth and elevation.

track_mode

The antenna orientation option for the sensor. A member of the TrackMode enumeration.

constraint_vector_for_up_vector_boresight

Get or set the constraint vector for UpVector boresight type.

available_constraint_vectors

Get the available constraint vectors.

clock_angle_offset_for_up_vector_boresight

Get or set the clock angle offset for UpVector boresight type. It is an optional value measured in the Sensor Body axes xy-plane, positive about the boresight, locating the direction closest to the ConstraintVector from the Sensor Body x-axis.

Import detail#

from ansys.stk.core.stkobjects import SensorPointingTargetedBoresightTrack

Property detail#

property SensorPointingTargetedBoresightTrack.about_boresight: BoresightType#

The orientation of the antenna’s X and Y axes with respect to the parent’s reference frame. (The Z axis always coincides with its boresight direction and is unambiguously defined by the azimuth and elevation.

property SensorPointingTargetedBoresightTrack.track_mode: TrackMode#

The antenna orientation option for the sensor. A member of the TrackMode enumeration.

property SensorPointingTargetedBoresightTrack.constraint_vector_for_up_vector_boresight: str#

Get or set the constraint vector for UpVector boresight type.

property SensorPointingTargetedBoresightTrack.available_constraint_vectors: list#

Get the available constraint vectors.

property SensorPointingTargetedBoresightTrack.clock_angle_offset_for_up_vector_boresight: Any#

Get or set the clock angle offset for UpVector boresight type. It is an optional value measured in the Sensor Body axes xy-plane, positive about the boresight, locating the direction closest to the ConstraintVector from the Sensor Body x-axis.