tidy3d.web.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
Noneif run info not available.field_decay (float) – Average field intensity normalized to max value (1.0). Is
Noneif run info not available.