Adaptive#

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

Adaptive sampling mode.

Parameters:
adaptivesimulation_template_pb2.SourceSamplingAdaptive

Adaptive settings to complete.

default_values: bool

True to use the default adaptive file uri values as “”.

stable_ctrbool

Variable to indicate if usage is inside class scope

Parameters:
  • adaptive (ansys.api.speos.simulation.v1.simulation_template_pb2.SourceSamplingAdaptive)

  • default_values (bool)

  • stable_ctr (bool)

Overview#

adaptive_uri

File uri for adaptive sampling.

Import detail#

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

Property detail#

property Adaptive.adaptive_uri: str#

File uri for adaptive sampling.

This property gets or sets the file uri used for defining the source sampling.

Parameters:
uri: Union[Path | str]

Adaptive sampling file uri to assign.

Returns:
str

Adaptive sampling file uri.