AngularRangeParameters#

class ansys.speos.core.generic.parameters.AngularRangeParameters#

Parameters for angular range configuration of Observer sensor locations.

Parameters:
x_startfloat, optional

Horizontal start angle in degrees. By default, -45.

x_endfloat, optional

Horizontal end angle in degrees. By default, 45.

x_samplingint, optional

Horizontal angle sampling. By default, 5.

y_startfloat, optional

Vertical start angle in degrees. By default, -30.

y_endfloat, optional

Vertical end angle in degrees. By default, 30.

y_samplingint, optional

Vertical angle sampling. By default, 3.

Overview#

x_start

Horizontal start angle in degrees.

x_end

Horizontal end angle in degrees.

x_sampling

Horizontal angle sampling.

y_start

Vertical start angle in degrees.

y_end

Vertical end angle in degrees.

y_sampling

Vertical angle sampling.

Import detail#

from ansys.speos.core.generic.parameters import AngularRangeParameters

Attribute detail#

AngularRangeParameters.x_start: float = -45.0#

Horizontal start angle in degrees.

AngularRangeParameters.x_end: float = 45.0#

Horizontal end angle in degrees.

AngularRangeParameters.x_sampling: int = 5#

Horizontal angle sampling.

AngularRangeParameters.y_start: float = -30.0#

Vertical start angle in degrees.

AngularRangeParameters.y_end: float = 30.0#

Vertical end angle in degrees.

AngularRangeParameters.y_sampling: int = 3#

Vertical angle sampling.