tidy3d.web.api.webapi.monitor

Contents

tidy3d.web.api.webapi.monitor#

class monitor[source]#

Bases:

Print the real time task progress until completion.

Notes

To monitor the simulation’s progress and wait for its completion, use:

tidy3d.web.api.webapi.monitor(job.task_id, verbose=verbose).
Parameters:
  • task_id (str) – Unique identifier of task on server. Returned by upload().

  • verbose (bool = True) – If True, will print progressbars and status, otherwise, will run silently.

Note

To load results when finished, may call load().

Inherited Common Usage