SensorPointingTargetedBoresightTrack#
- class ansys.stk.core.stkobjects.SensorPointingTargetedBoresightTrack#
Bases:
ISensorPointingTargetedBoresight
Class defining a targeted sensor with tracking boresight.
Overview#
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. |
|
The antenna orientation option for the sensor. A member of the TrackMode enumeration. |
|
Get or set the constraint vector for UpVector boresight type. |
|
Get the available constraint vectors. |
|
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.