tidy3d.web.api.webapi.start

Contents

tidy3d.web.api.webapi.start#

class start[source]#

Bases:

Start running the simulation associated with task.

Parameters:
  • task_id (str) – Unique identifier of task on server. Returned by upload().

  • solver_version (str = None) – target solver version.

  • worker_group (str = None) – worker group

Note

To monitor progress, can call monitor() after starting simulation.

Inherited Common Usage