tidy3d.config.Tidy3dConfig#

class tidy3d.config.Tidy3dConfig#

configuration of tidy3d

Show JSON schema
{
   "title": "Tidy3dConfig",
   "description": "configuration of tidy3d",
   "type": "object",
   "properties": {
      "logging_level": {
         "title": "Logging Level",
         "description": "The lowest level of logging output that will be displayed. Can be \"debug\", \"info\", \"warning\", \"error\".",
         "default": "info",
         "enum": [
            "debug",
            "info",
            "warning",
            "error"
         ],
         "type": "string"
      }
   },
   "additionalProperties": false
}

attribute logging_level: Literal['debug', 'info', 'warning', 'error'] = 'info'#

The lowest level of logging output that will be displayed. Can be “debug”, “info”, “warning”, “error”.

Validated by
  • _set_logging_level