{
  "version": 1,
  "circuit": {
    "components": {
      "R1": {
        "type": "resistor",
        "resistance": 10000
      },
      "C1": {
        "type": "capacitor",
        "capacitance": 1e-7
      },
      "R2": {
        "type": "resistor",
        "resistance": 10000
      },
      "C2": {
        "type": "capacitor",
        "capacitance": 1e-7
      }
    },
    "ports": {
      "VIN": {
        "kind": "terminal"
      },
      "VOUT": {
        "kind": "terminal"
      },
      "GND": {
        "kind": "ground"
      }
    },
    "nets": {
      "input": [
        "VIN",
        "R1.a"
      ],
      "interstage": [
        "R1.b",
        "C1.a",
        "R2.a"
      ],
      "output": [
        "R2.b",
        "C2.a",
        "VOUT"
      ],
      "ground": [
        "C1.b",
        "C2.b",
        "GND"
      ]
    }
  },
  "layout": {
    "preset": "rc-ladder",
    "roles": {
      "first": "R1",
      "firstShunt": "C1",
      "second": "R2",
      "secondShunt": "C2",
      "input": "VIN",
      "output": "VOUT",
      "ground": "GND"
    }
  },
  "presentation": {
    "title": "Two-stage RC ladder",
    "theme": {
      "preset": "geist-light"
    }
  }
}
