AngularRange#
- class ansys.speos.core.sensor.BaseSensor.AngularRange(angular_range, default_parameters=None, stable_ctr=False)#
Angular range for Observer sensor locations on a sphere.
By default, horizontal angles range from -45.0 to 45.0 with a sampling of 5, and vertical angles range from -30.0 to 30.0 with a sampling of 3.
- Parameters:
- angular_range
ansys.api.speos.sensor.v1.common_pb2.AngularRange AngularRange protobuf object to modify.
- default_parameters
ansys.speos.core.generic.parameters.AngularRangeParameters,optional If defined, the values in the sensor instance are overwritten by the values of the dataclass.
- stable_ctrbool
Variable to indicate if usage is inside class scope.
- angular_range
- Parameters:
angular_range (ansys.api.speos.sensor.v1.common_pb2.AngularRange)
default_parameters (Optional[ansys.speos.core.generic.parameters.AngularRangeParameters])
stable_ctr (bool)
Notes
Do not instantiate this class yourself, use
set_angular_rangemethod available in sensor classes.
Overview#
Minimum value on x axis in degrees. |
|
Maximum value on x axis in degrees. |
|
Sampling value on x axis. |
|
Minimum value on y axis in degrees. |
|
Maximum value on y axis in degrees. |
|
Sampling value on y axis. |
Import detail#
from ansys.speos.core.sensor.BaseSensor import AngularRange