ZeqPowerIntegrity
PDN analysis with HulyaPulse noise characterization. IR drop, AC impedance, decoupling capacitor placement optimization synced to Zeqond switching transients.
| Endpoint | POST /api/hardware/power-integrity |
| Auth | api-key |
| Rate limit | 10/min |
| Category | hardware |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
pdnModel | object | Yes | Power delivery network model. |
currentProfile | object | Yes | Transient current demand profile. |
targetRipple_mV | number | No | Maximum voltage ripple. |
Returns
{ irDrop_mV, acImpedance, decapPlan, worstCaseRipple_mV, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"pdnModel": {},
"currentProfile": {},
"targetRipple_mV": 50
}' \
"https://zeqsdk.com/api/hardware/power-integrity"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-power-integrity.