tidy3dclient.web.newProject¶
-
tidy3dclient.web.newProject(taskParam, solverVersion='release-21.1.1.1', taskName=None)¶ Create new project.
- Parameters
taskParam (dict) – Dictionary containing all simulation parameters, which can be generated by
Simulation.export().solverVersion (str, optional) – Version of the Tidy3D solver.
taskName (str, optional) – Custom name for the task.
- Returns
Project dictionary with simulation and task data.
- Return type
dict