DirectionProviderObject#

class ansys.stk.core.stkobjects.DirectionProviderObject#

Bases: IDirectionProvider

Class defining an object direction provider.

Overview#

directions

Get the beam steering list.

enabled

Get or set the option for enabling steering.

limits_exceeded_behavior_type

Get or set the Limits Exceeded Behavior type.

use_default_direction

Get or set the option to use default direction when there are zero objects in the field of view.

azimuth_steering_limit_a

Get or set Azimuth Steering Limit A.

azimuth_steering_limit_b

Get or set Azimuth Steering Limit B.

elevation_steering_limit_a

Get or set Elevation Steering Limit A.

elevation_steering_limit_b

Get or set Elevation Steering Limit B.

maximum_selection_count

Get or set the maximum number of targets to select for beam steering.

target_selection_method_type

Get or set the method type used to determine which targets are selected for steering.

target_selection_method

Get the target selection method.

Import detail#

from ansys.stk.core.stkobjects import DirectionProviderObject

Property detail#

property DirectionProviderObject.directions: ObjectLinkCollection#

Get the beam steering list.

property DirectionProviderObject.enabled: bool#

Get or set the option for enabling steering.

property DirectionProviderObject.limits_exceeded_behavior_type: LimitsExceededBehaviorType#

Get or set the Limits Exceeded Behavior type.

property DirectionProviderObject.use_default_direction: bool#

Get or set the option to use default direction when there are zero objects in the field of view.

property DirectionProviderObject.azimuth_steering_limit_a: float#

Get or set Azimuth Steering Limit A.

property DirectionProviderObject.azimuth_steering_limit_b: float#

Get or set Azimuth Steering Limit B.

property DirectionProviderObject.elevation_steering_limit_a: float#

Get or set Elevation Steering Limit A.

property DirectionProviderObject.elevation_steering_limit_b: float#

Get or set Elevation Steering Limit B.

property DirectionProviderObject.maximum_selection_count: int#

Get or set the maximum number of targets to select for beam steering.

property DirectionProviderObject.target_selection_method_type: TargetSelectionMethod#

Get or set the method type used to determine which targets are selected for steering.

property DirectionProviderObject.target_selection_method: ITargetSelectionMethod#

Get the target selection method.