{
  "capability_id": "electrical.pcb.stripline",
  "tool_id": "pcb-stripline",
  "engine": "pcb-stripline",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-16T22:03:43.729Z",
  "engine_build": "2026-09-10",
  "test_count": 7,
  "passed": 7,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 2,
      "passed": 2
    },
    "boundary": {
      "total": 3,
      "passed": 3
    },
    "property": {
      "total": 2,
      "passed": 2
    }
  },
  "engine_tested": true,
  "expert_reviewed": true,
  "internally_reviewed": false,
  "review_kind": "expert",
  "source_checked": true,
  "reviewed_by": "CalculatorX electrical review",
  "reviewer_role": "electrical-engineer",
  "last_reviewed": "2026-08-08",
  "expert_review": {
    "status": "approved",
    "reviewer": {
      "name": "CalculatorX electrical review",
      "role": "electrical-engineer"
    },
    "reviewed_at": "2026-08-08",
    "scope": [
      "formula",
      "input semantics",
      "assumptions",
      "limitations",
      "sources",
      "tests"
    ],
    "kind": "expert"
  },
  "internal_review": {
    "status": "not_applicable",
    "reviewer": null
  },
  "page": "https://www.calculatorx.com/calc/electric/pcb-stripline",
  "api": "https://www.calculatorx.com/api/v1/calc/pcb-stripline",
  "schema_input": "https://www.calculatorx.com/schemas/electrical.pcb.stripline.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/electrical.pcb.stripline.output.json",
  "assumptions": [],
  "limitations": [
    "Zero thickness approximation"
  ],
  "boundary_conditions": [
    "W,b≤0 → VALUE_MUST_BE_POSITIVE"
  ],
  "sources": [
    {
      "title": "IPC-2141A / Wadell",
      "section": "Symmetric stripline",
      "supports": "Piecewise Z0 approximations",
      "kind": "standard"
    },
    {
      "title": "Pozar / microwave engineering texts",
      "section": "Stripline characteristic impedance",
      "supports": "Piecewise narrow/wide Z0 approximations",
      "kind": "reference"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:9780a157fb4f6a1f5c46e32b4c3ccbcfceca76f8591102372358c2f10134ddac",
  "tests": [
    {
      "id": "fr4",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "W_m": 0.0002,
        "b_m": 0.0004,
        "er": 4.2
      },
      "expect": {
        "Z0_ohm": 48.87
      },
      "expectWarning": null,
      "actual": {
        "mode": "z0",
        "W_m": 0.0002,
        "b_m": 0.0004,
        "er": 4.2,
        "W_over_b": 0.5,
        "Z0_ohm": 48.871633897123075
      },
      "tol": 0.5
    },
    {
      "id": "narrow",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "W_m": 0.00005,
        "b_m": 0.0004,
        "er": 4.2
      },
      "expect": {
        "Z0_ohm": 90
      },
      "expectWarning": null,
      "actual": {
        "mode": "z0",
        "W_m": 0.00005,
        "b_m": 0.0004,
        "er": 4.2,
        "W_over_b": 0.125,
        "Z0_ohm": 67.95209823767424
      },
      "tol": 30
    },
    {
      "id": "bad-W",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "W_m": 0,
        "b_m": 0.0004,
        "er": 4.2
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "W_m must be greater than zero"
    },
    {
      "id": "bad-er",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "W_m": 0.0002,
        "b_m": 0.0004,
        "er": 0.5
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "er must be ≥ 1"
    },
    {
      "id": "boundary-stripline",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "W_m": 0.0002,
        "b_m": 0.0004,
        "er": 4.2
      },
      "expect": {
        "Z0_ohm": 48.871633897123075
      },
      "expectWarning": null,
      "actual": {
        "mode": "z0",
        "W_m": 0.0002,
        "b_m": 0.0004,
        "er": 4.2,
        "W_over_b": 0.5,
        "Z0_ohm": 48.871633897123075
      },
      "tol": 1e-9
    },
    {
      "id": "property-z0",
      "ok": true,
      "kind": "property",
      "detail": "Z0>0",
      "expect": true,
      "actual": 48.871633897123075
    },
    {
      "id": "property-wide",
      "ok": true,
      "kind": "property",
      "detail": "wide formula",
      "expect": 48.871633897123075,
      "actual": 48.871633897123075
    }
  ],
  "tier": "expert_verified",
  "verification": {
    "tests": {
      "passed": 7,
      "total": 7,
      "golden": 2,
      "boundary": 3,
      "property": 2
    },
    "contract_checks": {
      "passed": 4,
      "total": 4
    }
  },
  "evidence_core_generated_at": "2026-09-06T13:16:40.891Z",
  "rendered_at": "2026-09-16T22:03:43.729Z",
  "release_integrity": {
    "status": "verified",
    "scope": "workspace",
    "production_attestation_required": true,
    "calculation_version": "1.0.0",
    "artifacts": {
      "engine": "1.0.0",
      "page": "1.0.0",
      "capability": "1.0.0",
      "evidence": "1.0.0",
      "input_schema": "1.0.0",
      "output_schema": "1.0.0",
      "mcp_contract": "1.0.0"
    },
    "digests": {
      "input_schema_sha256": "d0ba3b41f1e53f66c287e47c19336ba13b9aaa1989da058b2d16d09276b368a4",
      "output_schema_sha256": "a44846f55de8e5f80b1665e13aa0c608b8403eb1d3c1682d9b620a781c509d08",
      "evidence_sha256": "add3775e6417891f3d87e99acfa34aeae84f39278024570fac26c5e607320a43",
      "evidence_core_sha256": "add3775e6417891f3d87e99acfa34aeae84f39278024570fac26c5e607320a43",
      "capability_sha256": "0064f3013edba2ddc0dd27bcc7c73cecd4f66bbca36fed5ebd6fd892ed8ff1eb",
      "engine_sha256": "c8d4ccdbfeaf61d7b024d4e1babb0c2ba3b324c1b37bd0cb456a526d8d2b1bd1",
      "mcp_contract_sha256": "863098b311a7b17dc4b229a6302b90b3545b175f716e5d84772c7be8e9716b86"
    },
    "contract_checks": {
      "total": 4,
      "passed": 4,
      "failed": 0,
      "items": [
        {
          "id": "release-artifacts-aligned",
          "status": "pass",
          "detail": "1.0.0"
        },
        {
          "id": "schema-valid-input-executes",
          "status": "pass"
        },
        {
          "id": "engine-success-output-validates-schema",
          "status": "pass"
        },
        {
          "id": "schema-rejects-incomplete-input",
          "status": "pass"
        }
      ]
    },
    "report": "https://www.calculatorx.com/.well-known/calculatorx-release-integrity.json"
  }
}
