SourceGroup#
- class ansys.speos.core.simulation.BaseSimulation.SourceGroup(simulation, source_group, stable_ctr=False)#
Source group for simulation source layering.
- Parameters:
- simulation
BaseSimulation Simulation owning the source group.
- source_group
messages.Scene.SimulationInstance.SourceGroup Source group message to wrap.
- stable_ctrbool
Variable to indicate if usage is inside class scope.
- simulation
- Parameters:
simulation (BaseSimulation)
source_group (ansys.api.speos.scene.v2.scene_pb2.Scene.SimulationInstance.SourceGroup)
stable_ctr (bool)
Notes
Do not instantiate this class yourself, use
add_source_group()orsource_groupson simulation classes.
Overview#
Name of the source group. |
|
Source paths assigned to the group. |
Import detail#
from ansys.speos.core.simulation.BaseSimulation import SourceGroup