← Back to collection
Example / rc-lowpass / geist-lightExpectation matched
Audio midband pole
1.59 kHz ideal cutoff.
Scroll horizontally on smaller screens to inspect legible nodes and labels. No simulation is performed.
The original input stays intact, including invalid fields.
Expected vs. actual
An inspectable result.
These checks compare the renderer outcome with the declared case expectation. The stress test also checks determinism, geometry, and connectivity.
- Expected
- Successful SVG render
- Actual
- SVG rendered0 diagnostics
- Case check
- Passed
- Recipe / theme
- RC low-pass filtergeist-light
The circuit graph, not its drawing
Electrical nodes & connectivity
Each net is one electrical node: the named endpoints below are connected. Component pins and external ports are endpoints. These counts are not the number of geometric junction dots or wire bends. No voltages, currents, or simulation results are inferred.
- Components
- 2
- Electrical nodes / nets
- 3
- Component pins
- 4
- External ports
- 3
- Connected endpoints
- 7
| Net / electrical node | Endpoints | Connected component pins and ports |
|---|---|---|
ground | 2 |
|
input | 2 |
|
output | 3 |
|
Structured feedback
Diagnostics / 0
No diagnostics. The renderer accepted this source and produced the figure above.
Original figure document · JSON
{
"version": 1,
"circuit": {
"components": {
"R1": {
"type": "resistor",
"resistance": 10000
},
"C1": {
"type": "capacitor",
"capacitance": 1e-8
}
},
"ports": {
"VIN": {
"kind": "terminal"
},
"VOUT": {
"kind": "terminal"
},
"GND": {
"kind": "ground"
}
},
"nets": {
"input": [
"VIN",
"R1.a"
],
"output": [
"R1.b",
"C1.a",
"VOUT"
],
"ground": [
"C1.b",
"GND"
]
}
},
"layout": {
"preset": "rc-lowpass",
"roles": {
"series": "R1",
"shunt": "C1",
"input": "VIN",
"output": "VOUT",
"ground": "GND"
}
},
"presentation": {
"title": "Audio midband pole",
"theme": {
"preset": "geist-light"
},
"highlight": {
"components": [],
"nets": [
"output"
]
}
}
}Expected outcome & actual diagnostics · JSON
{
"id": "rc-lowpass/audio-mid/geist-light",
"expectation": {
"kind": "render"
},
"actual": {
"ok": true,
"diagnostics": []
},
"passed": true
}Rendered bounds & renderer version · JSON
{
"rendererVersion": "0.1.0",
"bounds": {
"x": 0,
"y": 0,
"width": 1000,
"height": 600,
"labels": {
"title": {
"x": 64.68,
"y": 57.82599999999999,
"width": 305.864,
"height": 29.274
},
"subtitle": {
"x": 65.38,
"y": 104.33500000000001,
"width": 228.79499999999996,
"height": 12.914999999999992
},
"R1:id": {
"x": 365.46,
"y": 194.22,
"width": 19.260000000000048,
"height": 12.780000000000001
},
"R1:value": {
"x": 340.44,
"y": 217.576,
"width": 70.34400000000005,
"height": 17.807999999999993
},
"VIN:port": {
"x": 162.6,
"y": 221.8,
"width": 34,
"height": 14.199999999999989
},
"VOUT:port": {
"x": 796.6,
"y": 221.48,
"width": 46.60000000000002,
"height": 14.840000000000003
},
"C1:id": {
"x": 650.684,
"y": 329.932,
"width": 19.836000000000013,
"height": 13.355999999999995
},
"C1:value": {
"x": 651.44,
"y": 353.576,
"width": 69.12,
"height": 17.807999999999993
},
"GND:port": {
"x": 650.646,
"y": 435.658,
"width": 29.307999999999993,
"height": 12.613999999999976
},
"formula": {
"x": 65.61,
"y": 517.75,
"width": 341.50400000000013,
"height": 19.779999999999973
},
"assumption": {
"x": 65.288,
"y": 556.046,
"width": 479.40199999999993,
"height": 12.053999999999974
}
},
"symbols": {
"R1": {
"x": 303.5,
"y": 254.5,
"width": 143,
"height": 31
},
"C1": {
"x": 574.5,
"y": 325.5,
"width": 51,
"height": 59
},
"GND": {
"x": 579.5,
"y": 436.5,
"width": 41,
"height": 19
}
},
"routes": {
"input": [
{
"x": 178.5,
"y": 268.5,
"width": 128,
"height": 3
}
],
"output": [
{
"x": 443.5,
"y": 268.5,
"width": 158,
"height": 3
},
{
"x": 598.5,
"y": 268.5,
"width": 223,
"height": 3
},
{
"x": 598.5,
"y": 268.5,
"width": 3,
"height": 60
}
],
"ground": [
{
"x": 598.5,
"y": 381.5,
"width": 3,
"height": 58
}
]
}
}
}