tidy3d.plugins.design.method.Method

Contents

tidy3d.plugins.design.method.Method#

class Method[source]#

Bases: Tidy3dBaseModel, ABC

Spec for a sweep algorithm, with a method to run it.

Parameters:

name (Optional[str] = None) – Optional name for the sweep method.

Attributes

name#