SensorPointingFixed#
- class ansys.stk.core.stkobjects.SensorPointingFixed#
Bases:
ISensorPointing
Class defining the fixed pointing type for a Sensor.
Overview#
Get the sensorβs orientation properties. |
Examples#
Define sensor pointing fixed YPR
# Sensor sensor: Sensor object
# Change pointing and set
sensor.common_tasks.set_pointing_fixed_ypr(YPRAnglesSequence.RPY, 12, 24, 36)
Define sensor pointing fixed Quaternion
# Sensor sensor: Sensor object
# Change pointing and set
sensor.common_tasks.set_pointing_fixed_quaternion(0.1, 0.2, 0.3, 0.4)
Define sensor pointing fixed Euler
# Sensor sensor: Sensor object
# Change pointing and set
sensor.common_tasks.set_pointing_fixed_euler(EulerOrientationSequenceType.SEQUENCE_132, 30, 40, 50)
Define sensor pointing fixed AzEl
# Sensor sensor: Sensor object
# Change pointing and set
sensor.common_tasks.set_pointing_fixed_az_el(4.5, -45.0, AzElAboutBoresight.ROTATE)
Import detail#
from ansys.stk.core.stkobjects import SensorPointingFixed
Property detail#
- property SensorPointingFixed.orientation: IOrientation#
Get the sensorβs orientation properties.