{
  "capability_id": "electrical.mosfet.conduction_loss",
  "tool_id": "mosfet-conduction-loss",
  "engine": "mosfet-conduction-loss",
  "calculation_version": "1.2.2",
  "generated_at": "2026-09-16T22:03:43.713Z",
  "engine_build": "2026-09-10",
  "test_count": 32,
  "passed": 32,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 7,
      "passed": 7
    },
    "boundary": {
      "total": 13,
      "passed": 13
    },
    "property": {
      "total": 8,
      "passed": 8
    },
    "formula_crosscheck": {
      "total": 4,
      "passed": 4
    }
  },
  "engine_tested": true,
  "expert_reviewed": false,
  "internally_reviewed": true,
  "review_kind": "internal",
  "source_checked": true,
  "reviewed_by": "CalculatorX electrical review (EE-001)",
  "reviewer_role": "electrical-engineer",
  "last_reviewed": "2026-08-14",
  "expert_review": {
    "status": "not_applicable",
    "reviewer": null,
    "note": "Internal domain review completed; not a named external expert review.",
    "kind": "internal"
  },
  "internal_review": {
    "status": "approved",
    "reviewer": {
      "name": "CalculatorX electrical review (EE-001)",
      "role": "electrical-engineer"
    },
    "reviewed_at": "2026-08-14",
    "scope": [
      "formula",
      "input semantics",
      "assumptions",
      "limitations",
      "sources",
      "tests"
    ],
    "kind": "internal"
  },
  "page": "https://www.calculatorx.com/calc/electric/mosfet-conduction-loss",
  "api": "https://www.calculatorx.com/api/v1/calc/mosfet-conduction-loss",
  "schema_input": "https://www.calculatorx.com/schemas/electrical.mosfet.conduction_loss.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/electrical.mosfet.conduction_loss.output.json",
  "assumptions": [
    "Constant Rds during on-time at the applied Rds_Tj.",
    "current_basis is the contract for what I means; the engine will not guess a waveform factor.",
    "No switching, Coss, or gate-drive loss.",
    "Rds(Tj) is first-order linear or a datasheet ratio — not a physics compact model.",
    "Default α = 0.006 /°C is a Si MOSFET planning default, not manufacturer validated."
  ],
  "limitations": [
    "Conduction loss only — not switching, reverse recovery, or gate drive",
    "Rds(Tj) is optional first-order linear or datasheet-ratio — not a physics compact model",
    "Default α = 0.006 /°C is a Si MOSFET planning default, not manufacturer validated",
    "current_basis selects the I definition; mixing full-cycle RMS with D double-counts duty",
    "V_drop is I·Rds_Tj at the entered current, not a measured VDS(on) waveform point",
    "Missing/non-positive I/Rds → MISSING_REQUIRED_INPUT / VALUE_MUST_BE_POSITIVE; D outside (0,1] → FRACTION_OUT_OF_RANGE; unknown current_basis or temperature_model → INVALID_MODE"
  ],
  "boundary_conditions": [
    "Missing I/Rds/current_basis → MISSING_REQUIRED_INPUT",
    "≤ 0 → VALUE_MUST_BE_POSITIVE",
    "Non-finite → INVALID_NUMBER",
    "D not in (0, 1] → FRACTION_OUT_OF_RANGE",
    "Unknown current_basis or temperature_model → INVALID_MODE",
    "linear without Tj_C, or ratio without rds_ratio → MISSING_REQUIRED_INPUT",
    "D supplied with dc or full_cycle_rms → warning DUTY_NOT_APPLICABLE; D not applied",
    "Explicit none with Tj/α/ratio present → warning TEMPERATURE_NOT_APPLIED",
    "linear with omitted α → warning RDS_TEMP_COEFF_DEFAULT (α=0.006 /°C)",
    "ratio with α also supplied → warning ALPHA_IGNORED_WHEN_RATIO",
    "Rds(Tj)/Rds(Tref) outside 0.5–2.5 → warning RDS_TEMP_FACTOR_OUTSIDE_TYPICAL"
  ],
  "sources": [
    {
      "title": "IEC 60747-8 — Semiconductor devices — Discrete devices — Part 8: Field-effect transistors",
      "section": "Drain-source on-state resistance RDS(on)",
      "supports": "RDS(on) as the on-state resistance used in conduction-loss estimates",
      "kind": "standard"
    },
    {
      "title": "Infineon — OptiMOS device selection for synchronous rectification",
      "section": "Conduction losses P_cond = I_RMS² × RDS(on)",
      "url": "https://www.infineon.com/dgdl/Infineon-MOSFET_OptiMOS_device_selection_for_synchronous_rectification-ApplicationNotes-v01_00-EN.pdf?fileId=8ac78c8c85ecb34701865afe0f7d3f05",
      "supports": "Vendor conduction-loss model using MOSFET RMS current (not converter output current) without an extra duty factor",
      "kind": "reference",
      "accessed": "2026-08-14"
    },
    {
      "title": "Texas Instruments SSZTB57 — How to Minimize MOSFET Conduction Loss in Battery-Powered Applications",
      "section": "P_cond = I_RMS² × RDS(on)",
      "url": "https://www.ti.com/lit/pdf/ssztb57",
      "supports": "Official TI conduction-loss formula using MOSFET RMS current",
      "kind": "reference",
      "accessed": "2026-08-14"
    },
    {
      "title": "Erickson & Maksimović — Fundamentals of Power Electronics",
      "section": "Conduction loss in semiconductor switches",
      "supports": "I_rms of the switch current over the period; equivalent to on-interval RMS × √D for rectangular current",
      "kind": "reference"
    },
    {
      "title": "NIST Guide to the SI (SP 811)",
      "section": "SI units for current, resistance, and power",
      "url": "https://www.nist.gov/pml/special-publication-811",
      "supports": "A, Ω, W relationships",
      "kind": "reference",
      "accessed": "2026-08-14"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:68d50719e16748809e011bfb008707e18aed847d9d57991041da0ac508ed90d8",
  "tests": [
    {
      "id": "dc-10a-50mohm",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "I": 10,
        "Rds": 0.05,
        "current_basis": "dc"
      },
      "expect": {
        "P_W": 5,
        "V_drop": 0.5,
        "D": 1,
        "current_basis": "dc"
      },
      "expectWarning": null,
      "actual": {
        "P_W": 5,
        "V_drop": 0.5,
        "I": 10,
        "Rds": 0.05,
        "Rds_Tj": 0.05,
        "D": 1,
        "current_basis": "dc",
        "temperature_model": "none",
        "rds_ratio": 1
      },
      "tol": 1e-12
    },
    {
      "id": "on-interval-pwm-half",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "I": 10,
        "Rds": 0.05,
        "D": 0.5,
        "current_basis": "on_interval_rms"
      },
      "expect": {
        "P_W": 2.5,
        "V_drop": 0.5,
        "D": 0.5,
        "current_basis": "on_interval_rms"
      },
      "expectWarning": null,
      "actual": {
        "P_W": 2.5,
        "V_drop": 0.5,
        "I": 10,
        "Rds": 0.05,
        "Rds_Tj": 0.05,
        "D": 0.5,
        "current_basis": "on_interval_rms",
        "temperature_model": "none",
        "rds_ratio": 1
      },
      "tol": 1e-12
    },
    {
      "id": "full-cycle-rms-equiv",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "I": 7.0710678118654755,
        "Rds": 0.05,
        "current_basis": "full_cycle_rms"
      },
      "expect": {
        "P_W": 2.5,
        "current_basis": "full_cycle_rms",
        "D": 1
      },
      "expectWarning": null,
      "actual": {
        "P_W": 2.5000000000000004,
        "V_drop": 0.3535533905932738,
        "I": 7.0710678118654755,
        "Rds": 0.05,
        "Rds_Tj": 0.05,
        "D": 1,
        "current_basis": "full_cycle_rms",
        "temperature_model": "none",
        "rds_ratio": 1,
        "warnings": [
          {
            "code": "VDS_AT_ENTERED_CURRENT",
            "severity": "info",
            "detail": "V_drop = I·Rds at the entered full-cycle RMS current; it is not instantaneous VDS(on) during the ON interval."
          }
        ]
      },
      "tol": 1e-12
    },
    {
      "id": "full-cycle-no-double-duty",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "I": 7.0710678118654755,
        "Rds": 0.05,
        "D": 0.5,
        "current_basis": "full_cycle_rms"
      },
      "expect": {
        "P_W": 2.5,
        "D": 1
      },
      "expectWarning": null,
      "actual": {
        "P_W": 2.5000000000000004,
        "V_drop": 0.3535533905932738,
        "I": 7.0710678118654755,
        "Rds": 0.05,
        "Rds_Tj": 0.05,
        "D": 1,
        "current_basis": "full_cycle_rms",
        "temperature_model": "none",
        "rds_ratio": 1,
        "warnings": [
          {
            "code": "DUTY_NOT_APPLICABLE",
            "severity": "info",
            "detail": "Full-cycle MOSFET RMS already includes off-time. Multiplying by D again would double-count duty.",
            "suggestion": "Omit D. If I is ON-interval RMS, use current_basis=on_interval_rms."
          },
          {
            "code": "VDS_AT_ENTERED_CURRENT",
            "severity": "info",
            "detail": "V_drop = I·Rds at the entered full-cycle RMS current; it is not instantaneous VDS(on) during the ON interval."
          }
        ]
      },
      "tol": 1e-12
    },
    {
      "id": "low-rds-20a",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "I": 20,
        "Rds": 0.005,
        "current_basis": "dc"
      },
      "expect": {
        "P_W": 2,
        "V_drop": 0.1
      },
      "expectWarning": null,
      "actual": {
        "P_W": 2,
        "V_drop": 0.1,
        "I": 20,
        "Rds": 0.005,
        "Rds_Tj": 0.005,
        "D": 1,
        "current_basis": "dc",
        "temperature_model": "none",
        "rds_ratio": 1
      },
      "tol": 1e-12
    },
    {
      "id": "legacy-omitted-basis",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "I": 10,
        "Rds": 0.05
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "current_basis is required"
    },
    {
      "id": "xref-infineon-irms-rds",
      "ok": true,
      "kind": "formula_crosscheck",
      "inputs": {
        "I": 10,
        "Rds": 0.02,
        "current_basis": "full_cycle_rms"
      },
      "expect": {
        "P_W": 2
      },
      "expectWarning": null,
      "actual": {
        "P_W": 2,
        "V_drop": 0.2,
        "I": 10,
        "Rds": 0.02,
        "Rds_Tj": 0.02,
        "D": 1,
        "current_basis": "full_cycle_rms",
        "temperature_model": "none",
        "rds_ratio": 1,
        "warnings": [
          {
            "code": "VDS_AT_ENTERED_CURRENT",
            "severity": "info",
            "detail": "V_drop = I·Rds at the entered full-cycle RMS current; it is not instantaneous VDS(on) during the ON interval."
          }
        ]
      },
      "tol": 1e-12
    },
    {
      "id": "xref-ti-irms-rds",
      "ok": true,
      "kind": "formula_crosscheck",
      "inputs": {
        "I": 5,
        "Rds": 0.04,
        "current_basis": "full_cycle_rms"
      },
      "expect": {
        "P_W": 1
      },
      "expectWarning": null,
      "actual": {
        "P_W": 1,
        "V_drop": 0.2,
        "I": 5,
        "Rds": 0.04,
        "Rds_Tj": 0.04,
        "D": 1,
        "current_basis": "full_cycle_rms",
        "temperature_model": "none",
        "rds_ratio": 1,
        "warnings": [
          {
            "code": "VDS_AT_ENTERED_CURRENT",
            "severity": "info",
            "detail": "V_drop = I·Rds at the entered full-cycle RMS current; it is not instantaneous VDS(on) during the ON interval."
          }
        ]
      },
      "tol": 1e-12
    },
    {
      "id": "xref-erickson-on-interval",
      "ok": true,
      "kind": "formula_crosscheck",
      "inputs": {
        "I": 8,
        "Rds": 0.025,
        "D": 0.4,
        "current_basis": "on_interval_rms"
      },
      "expect": {
        "P_W": 0.64
      },
      "expectWarning": null,
      "actual": {
        "P_W": 0.6400000000000001,
        "V_drop": 0.2,
        "I": 8,
        "Rds": 0.025,
        "Rds_Tj": 0.025,
        "D": 0.4,
        "current_basis": "on_interval_rms",
        "temperature_model": "none",
        "rds_ratio": 1
      },
      "tol": 1e-12
    },
    {
      "id": "tj-ratio-1.44",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "I": 10,
        "Rds": 0.05,
        "current_basis": "dc",
        "temperature_model": "ratio",
        "rds_ratio": 1.44,
        "Tj_C": 100,
        "Tref_C": 25
      },
      "expect": {
        "P_W": 7.2,
        "P_W_ref": 5,
        "V_drop": 0.72,
        "Rds_Tj": 0.072,
        "temperature_model": "ratio"
      },
      "expectWarning": null,
      "actual": {
        "P_W": 7.199999999999999,
        "V_drop": 0.72,
        "I": 10,
        "Rds": 0.05,
        "Rds_Tj": 0.072,
        "D": 1,
        "current_basis": "dc",
        "temperature_model": "ratio",
        "rds_ratio": 1.44,
        "P_W_ref": 5,
        "V_drop_ref": 0.5,
        "Tref_C": 25,
        "Tj_C": 100
      },
      "tol": 1e-12
    },
    {
      "id": "tj-linear-alpha",
      "ok": true,
      "kind": "golden",
      "inputs": {
        "I": 10,
        "Rds": 0.05,
        "current_basis": "dc",
        "temperature_model": "linear",
        "Tj_C": 100,
        "Tref_C": 25,
        "alpha_per_C": 0.006
      },
      "expect": {
        "P_W": 7.25,
        "P_W_ref": 5,
        "Rds_Tj": 0.0725,
        "temperature_model": "linear"
      },
      "expectWarning": null,
      "actual": {
        "P_W": 7.249999999999999,
        "V_drop": 0.725,
        "I": 10,
        "Rds": 0.05,
        "Rds_Tj": 0.0725,
        "D": 1,
        "current_basis": "dc",
        "temperature_model": "linear",
        "rds_ratio": 1.45,
        "P_W_ref": 5,
        "V_drop_ref": 0.5,
        "Tref_C": 25,
        "Tj_C": 100,
        "alpha_per_C": 0.006
      },
      "tol": 1e-12
    },
    {
      "id": "xref-infineon-hot-rds",
      "ok": true,
      "kind": "formula_crosscheck",
      "inputs": {
        "I": 10,
        "Rds": 0.05,
        "current_basis": "dc",
        "rds_ratio": 1.44
      },
      "expect": {
        "P_W": 7.2,
        "Rds_Tj": 0.072
      },
      "expectWarning": null,
      "actual": {
        "P_W": 7.199999999999999,
        "V_drop": 0.72,
        "I": 10,
        "Rds": 0.05,
        "Rds_Tj": 0.072,
        "D": 1,
        "current_basis": "dc",
        "temperature_model": "ratio",
        "rds_ratio": 1.44,
        "P_W_ref": 5,
        "V_drop_ref": 0.5,
        "Tref_C": 25
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-missing-I",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "Rds": 0.05
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "I is required"
    },
    {
      "id": "boundary-missing-Rds",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "I": 10
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "Rds is required"
    },
    {
      "id": "boundary-zero-I",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "I": 0,
        "Rds": 0.05
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "I must be greater than zero"
    },
    {
      "id": "boundary-zero-Rds",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "I": 10,
        "Rds": 0
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Rds must be greater than zero"
    },
    {
      "id": "boundary-zero-duty",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "I": 10,
        "Rds": 0.05,
        "D": 0,
        "current_basis": "on_interval_rms"
      },
      "expectError": "FRACTION_OUT_OF_RANGE",
      "code": "FRACTION_OUT_OF_RANGE",
      "error": "D must be in (0, 1]"
    },
    {
      "id": "boundary-bad-duty",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "I": 10,
        "Rds": 0.05,
        "D": 1.5,
        "current_basis": "on_interval_rms"
      },
      "expectError": "FRACTION_OUT_OF_RANGE",
      "code": "FRACTION_OUT_OF_RANGE",
      "error": "D must be in (0, 1]"
    },
    {
      "id": "boundary-nan-Rds",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "I": 10,
        "Rds": "n/a"
      },
      "expectError": "INVALID_NUMBER",
      "code": "INVALID_NUMBER",
      "error": "Rds must be a finite number"
    },
    {
      "id": "boundary-invalid-basis",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "I": 10,
        "Rds": 0.05,
        "current_basis": "peak"
      },
      "expectError": "INVALID_MODE",
      "code": "INVALID_MODE",
      "error": "current_basis must be dc, on_interval_rms, or full_cycle_rms"
    },
    {
      "id": "boundary-invalid-temp-model",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "I": 10,
        "Rds": 0.05,
        "current_basis": "dc",
        "temperature_model": "arrhenius"
      },
      "expectError": "INVALID_MODE",
      "code": "INVALID_MODE",
      "error": "temperature_model must be none, linear, or ratio"
    },
    {
      "id": "boundary-zero-rds-ratio",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "I": 10,
        "Rds": 0.05,
        "current_basis": "dc",
        "rds_ratio": 0
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "rds_ratio must be greater than zero"
    },
    {
      "id": "boundary-linear-needs-tj",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "I": 10,
        "Rds": 0.05,
        "current_basis": "dc",
        "temperature_model": "linear"
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "Tj_C is required when temperature_model=linear"
    },
    {
      "id": "boundary-linear-factor-nonpositive",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "I": 10,
        "Rds": 0.05,
        "current_basis": "dc",
        "Tj_C": -200,
        "Tref_C": 25,
        "alpha_per_C": 0.006
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Rds temperature factor must be greater than zero"
    },
    {
      "id": "property-vdrop",
      "ok": true,
      "kind": "property",
      "detail": "V_drop=I·Rds at entered current",
      "expect": 0.5,
      "actual": 0.5
    },
    {
      "id": "property-i2",
      "ok": true,
      "kind": "property",
      "detail": "2I → 4P",
      "expect": 20,
      "actual": 20
    },
    {
      "id": "property-rds",
      "ok": true,
      "kind": "property",
      "detail": "2Rds → 2P",
      "expect": 10,
      "actual": 10
    },
    {
      "id": "property-duty-on-interval",
      "ok": true,
      "kind": "property",
      "detail": "on-interval D=0.5 → ½P vs DC",
      "expect": 2.5,
      "actual": 2.5
    },
    {
      "id": "property-full-cycle-ignores-duty",
      "ok": true,
      "kind": "property",
      "detail": "full-cycle RMS does not multiply by D",
      "expect": 5,
      "actual": 5
    },
    {
      "id": "property-rms-equivalence",
      "ok": true,
      "kind": "property",
      "detail": "I_on=10 A, D=0.5 equals I_rms=10√0.5",
      "expect": 2.5,
      "actual": 2.5000000000000004
    },
    {
      "id": "property-ratio-scales-p",
      "ok": true,
      "kind": "property",
      "detail": "rds_ratio=1.44 → P_Tj = 1.44 · P_ref",
      "expect": 7.2,
      "actual": 7.199999999999999
    },
    {
      "id": "property-linear-at-tref",
      "ok": true,
      "kind": "property",
      "detail": "linear Tj=Tref → identity",
      "expect": 5,
      "actual": 5
    }
  ],
  "tier": "internally_reviewed",
  "verification": {
    "tests": {
      "passed": 32,
      "total": 32,
      "golden": 7,
      "boundary": 13,
      "property": 8,
      "formula_crosscheck": 4
    },
    "contract_checks": {
      "passed": 12,
      "total": 12
    }
  },
  "evidence_core_generated_at": "2026-09-05T02:35:39.217Z",
  "rendered_at": "2026-09-16T22:03:43.713Z",
  "release_integrity": {
    "status": "verified",
    "scope": "workspace",
    "production_attestation_required": true,
    "calculation_version": "1.2.2",
    "artifacts": {
      "engine": "1.2.2",
      "page": "1.2.2",
      "capability": "1.2.2",
      "evidence": "1.2.2",
      "input_schema": "1.2.2",
      "output_schema": "1.2.2",
      "mcp_contract": "1.2.2"
    },
    "digests": {
      "input_schema_sha256": "20a3903576755b30cf90912ba3998e62c6529eeec8bd978f32390c50c5db13e7",
      "output_schema_sha256": "2f495e23acd9d7e343c9d6a1012542973b61e700ab54442d17409528dab9d7ac",
      "evidence_sha256": "e74c3de4a203cfa18cd8bf6e3b947d83c5cea6b22fc85125f5777a12b7b6bd11",
      "evidence_core_sha256": "e74c3de4a203cfa18cd8bf6e3b947d83c5cea6b22fc85125f5777a12b7b6bd11",
      "capability_sha256": "b598e0d587ba6b3cab315f18622954cbf53a11f7ce04bd3a41e57fbdc308bee5",
      "engine_sha256": "c8d4ccdbfeaf61d7b024d4e1babb0c2ba3b324c1b37bd0cb456a526d8d2b1bd1",
      "mcp_contract_sha256": "863098b311a7b17dc4b229a6302b90b3545b175f716e5d84772c7be8e9716b86"
    },
    "contract_checks": {
      "total": 12,
      "passed": 12,
      "failed": 0,
      "items": [
        {
          "id": "contract-page-version",
          "status": "pass",
          "detail": "1.2.2"
        },
        {
          "id": "contract-capability-version",
          "status": "pass",
          "detail": "1.2.2"
        },
        {
          "id": "contract-input-schema-version",
          "status": "pass",
          "detail": "1.2.2"
        },
        {
          "id": "contract-output-schema-version",
          "status": "pass",
          "detail": "1.2.2"
        },
        {
          "id": "evidence-version-matches-manifest",
          "status": "pass",
          "detail": "1.2.2"
        },
        {
          "id": "schema-valid-input-executes",
          "status": "pass"
        },
        {
          "id": "engine-success-output-validates-schema",
          "status": "pass"
        },
        {
          "id": "schema-rejects-incomplete-input",
          "status": "pass"
        },
        {
          "id": "temperature-linear-schema-requires-Tj_C",
          "status": "pass"
        },
        {
          "id": "temperature-ratio-schema-requires-rds_ratio",
          "status": "pass"
        },
        {
          "id": "temperature-inference-precedence",
          "status": "pass",
          "detail": "Rds(Tj) correction. none (default): use Rds as entered. linear: Rds_Tj=Rds·(1+α·(Tj−Tref)). ratio: Rds_Tj=Rds·rds_ratio. Omitting temperature_model infers ratio"
        },
        {
          "id": "share-url-roundtrip-ohm-milliohm",
          "status": "pass"
        }
      ]
    },
    "report": "https://www.calculatorx.com/.well-known/calculatorx-release-integrity.json"
  }
}
