AngularRangeParameters#
- class ansys.speos.core.generic.parameters.AngularRangeParameters#
Parameters for angular range configuration of Observer sensor locations.
- Parameters:
- x_start
float,optional Horizontal start angle in degrees. By default,
-45.- x_end
float,optional Horizontal end angle in degrees. By default,
45.- x_sampling
int,optional Horizontal angle sampling. By default,
5.- y_start
float,optional Vertical start angle in degrees. By default,
-30.- y_end
float,optional Vertical end angle in degrees. By default,
30.- y_sampling
int,optional Vertical angle sampling. By default,
3.
- x_start
Overview#
Horizontal start angle in degrees. |
|
Horizontal end angle in degrees. |
|
Horizontal angle sampling. |
|
Vertical start angle in degrees. |
|
Vertical end angle in degrees. |
|
Vertical angle sampling. |
Import detail#
from ansys.speos.core.generic.parameters import AngularRangeParameters