tidy3d.web.api.webapi.get_run_info

Contents

tidy3d.web.api.webapi.get_run_info#

class get_run_info[source]#

Bases:

Gets the % done and field_decay for a running task.

Parameters:

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

Returns:

  • perc_done (float) – Percentage of run done (in terms of max number of time steps). Is None if run info not available.

  • field_decay (float) – Average field intensity normalized to max value (1.0). Is None if run info not available.

Inherited Common Usage