tidy3d.plugins.smatrix.run.create_batch#
- class create_batch[source]#
Bases:
Create a simulation Batch from a component modeler.
- Parameters:
modeler (ComponentModelerType) β The component modeler that defines the set of simulations.
**kwargs β Additional keyword arguments passed to the Batch constructor.
- Returns:
The configured Batch object ready for execution.
- Return type:
Inherited Common Usage