tidy3d.web.webapi.start#

tidy3d.web.webapi.start(task_id: str) None#

Start running the simulation associated with task.

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

  • solver_version (str) – Supply or override a specific solver version to the task.

Note

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