Uniform#

class ansys.speos.core.simulation.BaseSimulation.SourceSampling.Uniform(uniform, default_values=True, stable_ctr=False)#

Uniform sampling mode.

Parameters:
uniformsimulation_template_pb2.SourceSamplingUniformIsotropic

uniform settings to complete.

default_values: bool

True to use the default uniform settings.

stable_ctrbool

Variable to indicate if usage is inside class scope

Parameters:
  • uniform (ansys.api.speos.simulation.v1.simulation_template_pb2.SourceSamplingUniformIsotropic)

  • default_values (bool)

  • stable_ctr (bool)

Overview#

theta_sampling

Theta source sampling.

Import detail#

from ansys.speos.core.simulation.BaseSimulation.SourceSampling import Uniform

Property detail#

property Uniform.theta_sampling: int#

Theta source sampling.

This property gets or sets the source sampling in theta direction.

Parameters:
theta_sampling: int

theta sampling to assign.

Returns:
int

theta sampling.