SensorUniform#

class ansys.speos.core.simulation.SimulationVirtualBSDF.SensorUniform(sensor_uniform_mode, default_values=True, stable_ctr=False)#

BSDF bench sensor settings.

Parameters:
  • default_values (bool)

  • stable_ctr (bool)

Overview#

theta_sampling

Sampling value of theta direction.

phi_sampling

Sampling value of phi direction.

Import detail#

from ansys.speos.core.simulation.SimulationVirtualBSDF import SensorUniform

Property detail#

property SensorUniform.theta_sampling: int#

Sampling value of theta direction.

Parameters:
value: int

theta sampling value to assign.

Returns:
int

theta sampling.

property SensorUniform.phi_sampling: int#

Sampling value of phi direction.

Parameters:
value: int

phi sampling value to assign.

Returns:
int

phi sampling.