DirectionProviderLink ===================== .. py:class:: ansys.stk.core.stkobjects.DirectionProviderLink Bases: :py:class:`~ansys.stk.core.stkobjects.IDirectionProvider` Class defining an link direction provider. .. py:currentmodule:: DirectionProviderLink Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.DirectionProviderLink.limits_exceeded_behavior_type` - Get or set the Limits Exceeded Behavior type. * - :py:attr:`~ansys.stk.core.stkobjects.DirectionProviderLink.azimuth_steering_limit_a` - Get or set Azimuth Steering Limit A. * - :py:attr:`~ansys.stk.core.stkobjects.DirectionProviderLink.azimuth_steering_limit_b` - Get or set Azimuth Steering Limit B. * - :py:attr:`~ansys.stk.core.stkobjects.DirectionProviderLink.elevation_steering_limit_a` - Get or set Elevation Steering Limit A. * - :py:attr:`~ansys.stk.core.stkobjects.DirectionProviderLink.elevation_steering_limit_b` - Get or set Elevation Steering Limit B. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import DirectionProviderLink Property detail --------------- .. py:property:: limits_exceeded_behavior_type :canonical: ansys.stk.core.stkobjects.DirectionProviderLink.limits_exceeded_behavior_type :type: LimitsExceededBehaviorType Get or set the Limits Exceeded Behavior type. .. py:property:: azimuth_steering_limit_a :canonical: ansys.stk.core.stkobjects.DirectionProviderLink.azimuth_steering_limit_a :type: float Get or set Azimuth Steering Limit A. .. py:property:: azimuth_steering_limit_b :canonical: ansys.stk.core.stkobjects.DirectionProviderLink.azimuth_steering_limit_b :type: float Get or set Azimuth Steering Limit B. .. py:property:: elevation_steering_limit_a :canonical: ansys.stk.core.stkobjects.DirectionProviderLink.elevation_steering_limit_a :type: float Get or set Elevation Steering Limit A. .. py:property:: elevation_steering_limit_b :canonical: ansys.stk.core.stkobjects.DirectionProviderLink.elevation_steering_limit_b :type: float Get or set Elevation Steering Limit B.