DirectionProviderObject#
- class ansys.stk.core.stkobjects.DirectionProviderObject#
Bases:
IDirectionProvider
Class defining an object direction provider.
Overview#
Get the beam steering list. |
|
Get or set the option for enabling steering. |
|
Get or set the Limits Exceeded Behavior type. |
|
Get or set the option to use default direction when there are zero objects in the field of view. |
|
Get or set Azimuth Steering Limit A. |
|
Get or set Azimuth Steering Limit B. |
|
Get or set Elevation Steering Limit A. |
|
Get or set Elevation Steering Limit B. |
|
Get or set the maximum number of targets to select for beam steering. |
|
Get or set the method type used to determine which targets are selected for steering. |
|
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.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.