{
  "title": "TaylorWindow",
  "public_path": "flex_rf.tidy3d.TaylorWindow",
  "lookup_path": "tidy3d.rf.TaylorWindow",
  "slug": "flex_rf/tidy3d/TaylorWindow",
  "public_url": "/rf/latest/autogenerated/flex_rf/tidy3d/taylorwindow/",
  "object_kind": "class",
  "introduction": "Taylor window with configurable sidelobe suppression and sidelobe count.",
  "notes": "",
  "examples": "",
  "references": "",
  "signature": "class TaylorWindow(AbstractWindow)",
  "source": {
    "path": "flex/public/tidy3d/tidy3d/plugins/microwave/array_factor.py",
    "url": "",
    "lineno": 1082,
    "endlineno": 1180
  },
  "bases": [
    "AbstractWindow"
  ],
  "parameter_rows": [
    {
      "name": "sll",
      "annotation": "PositiveFloat",
      "default": "30",
      "description": "Desired suppression of sidelobe level relative to the DC gain.",
      "origin": "declared"
    },
    {
      "name": "nbar",
      "annotation": "conint(gt=0, le=10)",
      "default": "4",
      "description": "Number of nearly constant level sidelobes adjacent to the mainlobe.",
      "origin": "declared"
    },
    {
      "name": "attrs",
      "annotation": "dict",
      "default": "factory: dict",
      "description": "Dictionary storing arbitrary metadata for a Tidy3D object. This dictionary can be freely used by the user for storing data without affecting the operation of Tidy3D as it is not used internally. Note that, unlike regular Tidy3D fields, `attrs` are mutable. For example, the following is allowed for setting an `attr` `obj.attrs['foo'] = bar`. Also note that Tidy3D will raise a `TypeError` if `attrs` contain objects that can not be serialized. One can check if `attrs` are serializable by calling `obj.model_dump_json()`.",
      "origin": "inherited"
    }
  ],
  "members": [],
  "group": "flex_rf.tidy3d"
}
