SensorPointingAlongVector#

class ansys.stk.core.stkobjects.SensorPointingAlongVector#

Bases: ISensorPointing

Class defining the along vector pointing type for a Sensor.

Overview#

alignment_vector

The alignment vector for along vector sensor pointing alignment.

available_alignment_vectors

Get the available Alignment Vectors.

constraint_vector

The constraint vector for along vector sensor pointing alignment.

available_constraint_vectors

Get the available Constraint Vector.

clock_angle_offset

The clock angle offset for along vector sensor pointing alignment.It is an optional value that is entered in degrees, between -360.0 and 360.0.

Import detail#

from ansys.stk.core.stkobjects import SensorPointingAlongVector

Property detail#

property SensorPointingAlongVector.alignment_vector: str#

The alignment vector for along vector sensor pointing alignment.

property SensorPointingAlongVector.available_alignment_vectors: list#

Get the available Alignment Vectors.

property SensorPointingAlongVector.constraint_vector: str#

The constraint vector for along vector sensor pointing alignment.

property SensorPointingAlongVector.available_constraint_vectors: list#

Get the available Constraint Vector.

property SensorPointingAlongVector.clock_angle_offset: Any#

The clock angle offset for along vector sensor pointing alignment.It is an optional value that is entered in degrees, between -360.0 and 360.0.